Skip to content

Commit fea8040

Browse files
committed
fix: clamp puma config to avoid deprecation warning
1 parent 2c0928e commit fea8040

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/cypress-rails/server/puma.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ def self.create(app, port, host)
1111
options = default_options # .merge(options)
1212

1313
conf = Rack::Handler::Puma.config(app, options)
14+
conf.clamp
1415
events = ::Puma::Events.stdio
1516

1617
puma_ver = Gem::Version.new(::Puma::Const::PUMA_VERSION)

0 commit comments

Comments
 (0)