summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-03-27 10:26:27 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-05-08 07:38:50 +0900
commit2396f703cf45e9fddb4f699b7866ea181c46c159 (patch)
tree20ae2b74cc29e4b10908313c4ee47398bea20a84 /lib
parentb8ef5ed8bd829c515cf0ebf1a7ebcaa77a520c86 (diff)
[rubygems/rubygems] Update minitest version in `Gem.install` docs
https://github.com/rubygems/rubygems/commit/aec3887d9c
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3087
Diffstat (limited to 'lib')
-rw-r--r--lib/rubygems.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems.rb b/lib/rubygems.rb
index 5026fc41e6..bf9e92c546 100644
--- a/lib/rubygems.rb
+++ b/lib/rubygems.rb
@@ -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)