1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/gemfiles/2.1-Gemfile
2016-09-07 21:30:27 +02:00

13 lines
219 B
Text

source "https://rubygems.org"
gem "hoe"
gem "hoe-git"
gem "hoe-ignore"
gem "rdoc"
gem "rake-compiler"
gem "test-unit", "~> 3.0"
gem "rack", "~> 1.6"
gem 'minitest', '~> 5.8'
gem "jruby-openssl", :platform => "jruby"