mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Merge pull request #888 from mlarraz/tick_minitest
Use newest version of Minitest
This commit is contained in:
commit
62cce52a1b
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -8,6 +8,6 @@ gem "rake-compiler"
|
|||
gem "test-unit", "~> 3.0"
|
||||
|
||||
gem "rack"
|
||||
gem 'minitest', '~> 4.0'
|
||||
gem 'minitest', '~> 5.8'
|
||||
|
||||
gem "jruby-openssl", :platform => "jruby"
|
||||
|
|
Loading…
Add table
Reference in a new issue