Downgrade puma to 2.x to keep it compatible with the HTTP input for now

Fixes #5384
This commit is contained in:
Andrew Cholakian 2016-05-27 16:46:54 -05:00
parent 4baf29dc5f
commit 6bf60f71ca

View file

@ -27,7 +27,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency "gems", "~> 0.8.3" #(MIT license)
gem.add_runtime_dependency "concurrent-ruby", "1.0.0"
gem.add_runtime_dependency "sinatra", '~> 1.4', '>= 1.4.6'
gem.add_runtime_dependency 'puma', '~> 3.4.0'
gem.add_runtime_dependency 'puma', '~> 2.16'
gem.add_runtime_dependency "jruby-openssl", "0.9.16" # >= 0.9.13 Required to support TLSv1.2
gem.add_runtime_dependency "chronic_duration", "0.10.6"
gem.add_runtime_dependency "jrmonitor", '~> 0.4.2'