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

Use newest version of Minitest

This commit is contained in:
Matt Larraz 2016-01-14 21:24:11 -06:00
parent 2c0758b222
commit 7add9a5486

View file

@ -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"