mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Merge RubyGems 3.1.1 and update the NEWS entry for RubyGems
This commit is contained in:
parent
ba11a74745
commit
d8db343a21
2 changed files with 3 additions and 3 deletions
4
NEWS
4
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::
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue