summaryrefslogtreecommitdiff
path: root/lib/rubygems.rb
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-06 02:02:04 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-06 02:02:04 +0000
commit54e58c947b119ff02fde57413ae104c98432c48d (patch)
tree5c3e598ae1f980613be2901be39300d153af723f /lib/rubygems.rb
parent4b7f531553100afad272c7078b23e6e32989bc2a (diff)
Merge RubyGems 2.7.1.
* Fix `gem update --system` with RubyGems 2.7+. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60669 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rubygems.rb')
-rw-r--r--lib/rubygems.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems.rb b/lib/rubygems.rb
index d32df84be1..c4c279e964 100644
--- a/lib/rubygems.rb
+++ b/lib/rubygems.rb
@@ -10,7 +10,7 @@ require 'rbconfig'
require 'thread'
module Gem
- VERSION = "2.7.0"
+ VERSION = "2.7.1"
end
# Must be first since it unloads the prelude from 1.9.2