diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-11-09 00:42:19 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-11-09 00:42:19 +0000 |
commit | 3ba9e6b639afaf4c88145d56c9bd6746af16cfb7 (patch) | |
tree | 9b436121a1882ab89cd986c97d74f4605739434f /lib/rubygems.rb | |
parent | cf3329cb8dcce26e1fe2f2f49bb1d4ddeed07588 (diff) | |
download | ruby-3ba9e6b639afaf4c88145d56c9bd6746af16cfb7.tar.gz |
Merge rubygems-2.7.2.
This version fixes some setup commands.
https://github.com/rubygems/rubygems/blob/01e797f6aa045fd09df7813d0b5448e3667172a9/History.txt#L3
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60721 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rubygems.rb')
-rw-r--r-- | lib/rubygems.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems.rb b/lib/rubygems.rb index c4c279e964..56290aa570 100644 --- a/lib/rubygems.rb +++ b/lib/rubygems.rb @@ -10,7 +10,7 @@ require 'rbconfig' require 'thread' module Gem - VERSION = "2.7.1" + VERSION = "2.7.2" end # Must be first since it unloads the prelude from 1.9.2 |