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

14 lines
217 B
Text
Raw Normal View History

2011-10-22 23:11:52 -07:00
source "http://rubygems.org"
gem "hoe"
2013-07-01 23:55:10 -07:00
gem "hoe-git"
2013-07-06 13:49:43 -07:00
gem "hoe-ignore"
2011-10-22 23:17:29 -07:00
gem "rdoc"
gem "rake-compiler"
gem "test-unit", "~> 3.0"
2012-04-11 12:26:14 -07:00
2016-09-01 13:55:55 +02:00
gem "rack", "< 3.0"
2016-01-14 21:24:11 -06:00
gem 'minitest', '~> 5.8'
2012-04-11 12:26:14 -07:00
gem "jruby-openssl", :platform => "jruby"