1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/Gemfile

23 lines
494 B
Text
Raw Normal View History

2016-09-07 21:28:11 +02:00
source "https://rubygems.org"
2011-10-22 23:11:52 -07:00
gemspec
2011-10-22 23:17:29 -07:00
gem "rdoc"
gem "rake-compiler"
2012-04-11 12:26:14 -07:00
2019-10-10 15:27:34 +02:00
gem "nio4r", "~> 2.5" # this is higher than gemspec because of https://github.com/puma/puma/issues/2005
2016-09-01 13:55:55 +02:00
gem "rack", "< 3.0"
gem "minitest", "~> 5.11"
gem "minitest-retry"
gem "minitest-proveit"
2012-04-11 12:26:14 -07:00
gem "jruby-openssl", :platform => "jruby"
gem "rubocop", "~> 0.58.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
gem 'm'