ruby-changes:59274
From: Hiroshi <ko1@a...>
Date: Mon, 16 Dec 2019 20:47:28 +0900 (JST)
Subject: [ruby-changes:59274] d8db343a21 (master): Merge RubyGems 3.1.1 and update the NEWS entry for RubyGems
https://git.ruby-lang.org/ruby.git/commit/?id=d8db343a21 From d8db343a21b175563fa58a7d33c600ae7c7973cc Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Mon, 16 Dec 2019 20:47:02 +0900 Subject: Merge RubyGems 3.1.1 and update the NEWS entry for RubyGems diff --git a/NEWS b/NEWS index 95d0aff..bfd93a4 100644 --- a/NEWS +++ b/NEWS @@ -564,8 +564,8 @@ RSS:: https://github.com/ruby/ruby/blob/trunk/NEWS#L564 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 84a360e..8eedc97 100644 --- a/lib/rubygems.rb +++ b/lib/rubygems.rb @@ -9,7 +9,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/rubygems.rb#L9 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 -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/