1
0
Fork 0
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:
David Rodríguez 2020-03-27 10:26:27 +01:00 committed by Hiroshi SHIBATA
parent b8ef5ed8bd
commit 2396f703cf
Notes: git 2020-05-08 07:39:33 +09:00

View file

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