mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Pin rack version to avoid ruby2.0 only features
We can't run the latest rack without JRuby 9k unfortunately Fixes #7110
This commit is contained in:
parent
9cc830fdf1
commit
c1ac7e9add
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ Gem::Specification.new do |gem|
|
|||
gem.add_runtime_dependency "filesize", "0.0.4" #(MIT license) for :bytes config validator
|
||||
gem.add_runtime_dependency "gems", "~> 0.8.3" #(MIT license)
|
||||
gem.add_runtime_dependency "concurrent-ruby", "1.0.0"
|
||||
|
||||
# Later versions are ruby 2.0 only. We should remove the rack dep once we support 9k
|
||||
gem.add_runtime_dependency "rack", '1.6.6'
|
||||
|
||||
gem.add_runtime_dependency "sinatra", '~> 1.4', '>= 1.4.6'
|
||||
gem.add_runtime_dependency 'puma', '~> 2.16'
|
||||
gem.add_runtime_dependency "jruby-openssl", "0.9.16" # >= 0.9.13 Required to support TLSv1.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue