1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/Gemfile
Utkarsh Gupta a0de095055 Constrain rake-compiler version to 0.9.4
Fixes: #2301

Signed-off-by: Utkarsh Gupta <utkarsh@debian.org>
2020-07-08 23:14:37 +05:30

23 lines
451 B
Ruby

source "https://rubygems.org"
gemspec
gem "rdoc"
gem "rake-compiler", "~> 0.9.4"
gem "nio4r", "~> 2.0"
gem "rack", "~> 1.6"
gem "minitest", "~> 5.11"
gem "minitest-retry"
gem "minitest-proveit"
gem "minitest-stub-const"
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'