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:
Andrew Cholakian 2017-05-15 15:22:00 -05:00
parent 9cc830fdf1
commit c1ac7e9add

View file

@ -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