mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Bump minitest to 3.1.0
This commit is contained in:
parent
3a1cac42a5
commit
81d5d2730d
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -8,7 +8,7 @@ else
|
|||
gem 'arel'
|
||||
end
|
||||
|
||||
gem 'minitest', '~> 3.0.0'
|
||||
gem 'minitest', '~> 3.1.0'
|
||||
gem 'mocha', '>= 0.11.2'
|
||||
gem 'rack-test', github: "brynary/rack-test"
|
||||
gem 'bcrypt-ruby', '~> 3.0.0'
|
||||
|
|
Loading…
Reference in a new issue