lib/puma/const.rb in puma-simon-3.7.1 vs lib/puma/const.rb in puma-simon-3.7.2
- old
+ new
@@ -93,10 +93,10 @@
# While Puma does try to emulate the CGI/1.2 protocol, it does not use the REMOTE_IDENT,
# REMOTE_USER, or REMOTE_HOST parameters since those are either a security problem or
# too taxing on performance.
module Const
- PUMA_VERSION = VERSION = "3.7.1".freeze
+ PUMA_VERSION = VERSION = "3.7.2".freeze
CODE_NAME = "Snowy Sagebrush".freeze
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze
FAST_TRACK_KA_TIMEOUT = 0.2