mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Downgrade puma to 2.x to keep it compatible with the HTTP input for now
Fixes #5384
This commit is contained in:
parent
4baf29dc5f
commit
6bf60f71ca
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue