From d8db343a21b175563fa58a7d33c600ae7c7973cc Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 16 Dec 2019 20:47:02 +0900 Subject: [PATCH] Merge RubyGems 3.1.1 and update the NEWS entry for RubyGems --- NEWS | 4 ++-- lib/rubygems.rb | 2 +- 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