1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] [rubygems/rubygems] Require minitest ~> 5.13

https://github.com/rubygems/rubygems/commit/f2cc5d7033

https://github.com/rubygems/rubygems/commit/ae5b4e2043
This commit is contained in:
David Rodríguez 2020-03-27 10:05:28 +01:00 committed by Hiroshi SHIBATA
parent b72c56681e
commit f4022f943d
Notes: git 2020-05-08 07:39:33 +09:00

View file

@ -12,7 +12,7 @@ if File.exist?(bundler_gemspec)
end
begin
gem 'minitest', '~> 5.0'
gem 'minitest', '~> 5.13'
rescue Gem::LoadError
end