mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Add test-unit like a dev dependancy gem since removing it in Ruby 2.2
This commit is contained in:
parent
0c4f303c02
commit
04fa377e0b
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -6,6 +6,7 @@ gem "hoe-ignore"
|
|||
gem "rdoc"
|
||||
gem "rake-compiler"
|
||||
gem "rack"
|
||||
gem "test-unit", "~> 3.0"
|
||||
|
||||
gem 'minitest', '~> 4.0'
|
||||
|
||||
|
@ -14,4 +15,3 @@ gem "jruby-openssl", :platform => "jruby"
|
|||
platforms :rbx do
|
||||
gem 'rubysl', '~> 2.0'
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue