1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/Gemfile
David Rodríguez 2154d116c3 Bump versions tested on TravisCI (#1566)
* Bump versions tested on TravisCI

* Remove apparently unused stuff

* Workaround for 2.5.1 Travis/Bundler issue

* Remove no longer needed workaround

* Jruby 9.1.17.0 is out!
2018-05-09 12:28:12 -06:00

18 lines
357 B
Ruby

source "https://rubygems.org"
gemspec
gem "rdoc"
gem "rake-compiler"
gem "rack", "< 3.0"
gem "minitest", "~> 5.9"
gem "minitest-retry"
gem "jruby-openssl", :platform => "jruby"
gem "rubocop", "~> 0.50.0"
if %w(2.2.7 2.2.8 2.2.9 2.2.10 2.3.4 2.4.1).include? RUBY_VERSION
gem "stopgap_13632", "~> 1.0", :platforms => ["mri", "mingw", "x64_mingw"]
end