aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-12-16 20:47:02 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-12-16 20:47:04 +0900
commitd8db343a21b175563fa58a7d33c600ae7c7973cc (patch)
tree8355b778c0b8ceefbb43a2ede7bdb643cf9e31d3
parentba11a74745e10fac88a74c2da2e0032ccf254265 (diff)
downloadruby-d8db343a21b175563fa58a7d33c600ae7c7973cc.tar.gz
Merge RubyGems 3.1.1 and update the NEWS entry for RubyGems
-rw-r--r--NEWS4
-rw-r--r--lib/rubygems.rb2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 95d0affe56..bfd93a4df8 100644
--- a/NEWS
+++ b/NEWS
@@ -564,8 +564,8 @@ RSS::
RubyGems::
- * Upgrade to RubyGems 3.1.0.pre3
- See https://github.com/rubygems/rubygems/blob/3.1/History.txt#L3
+ * Upgrade to RubyGems 3.1.1
+ See https://github.com/rubygems/rubygems/releases/tag/v3.1.0
StringScanner::
diff --git a/lib/rubygems.rb b/lib/rubygems.rb
index 84a360e652..8eedc97bca 100644
--- a/lib/rubygems.rb
+++ b/lib/rubygems.rb
@@ -9,7 +9,7 @@
require 'rbconfig'
module Gem
- VERSION = "3.1.0".freeze
+ VERSION = "3.1.1".freeze
end
# Must be first since it unloads the prelude from 1.9.2