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:
parent
b72c56681e
commit
f4022f943d
Notes:
git
2020-05-08 07:39:33 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ if File.exist?(bundler_gemspec)
|
|||
end
|
||||
|
||||
begin
|
||||
gem 'minitest', '~> 5.0'
|
||||
gem 'minitest', '~> 5.13'
|
||||
rescue Gem::LoadError
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue