mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
17 lines
256 B
Ruby
17 lines
256 B
Ruby
source "http://rubygems.org"
|
|
|
|
gem "hoe"
|
|
gem "hoe-git"
|
|
gem "hoe-ignore"
|
|
gem "rdoc"
|
|
gem "rake-compiler"
|
|
gem "rack"
|
|
gem "test-unit", "~> 3.0"
|
|
|
|
gem 'minitest', '~> 4.0'
|
|
|
|
gem "jruby-openssl", :platform => "jruby"
|
|
|
|
platforms :rbx do
|
|
gem 'rubysl', '~> 2.0'
|
|
end
|