mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[rubygems/rubygems] Update minitest version in Gem.install
docs
https://github.com/rubygems/rubygems/commit/aec3887d9c
This commit is contained in:
parent
b8ef5ed8bd
commit
2396f703cf
Notes:
git
2020-05-08 07:39:33 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -555,7 +555,7 @@ An Array (#{env.inspect}) was passed in from #{caller[3]}
|
|||
#
|
||||
# % irb
|
||||
# >> Gem.install "minitest"
|
||||
# Fetching: minitest-3.0.1.gem (100%)
|
||||
# Fetching: minitest-5.14.0.gem (100%)
|
||||
# => [#<Gem::Specification:0x1013b4528 @name="minitest", ...>]
|
||||
|
||||
def self.install(name, version = Gem::Requirement.default, *options)
|
||||
|
|
Loading…
Reference in a new issue