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
218 B
Text
Raw Normal View History

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