Skip to content

Commit d8a317c

Browse files
committed
Bump version to 3.1.1
1 parent ac30969 commit d8a317c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

History.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# coding: UTF-8
22

3+
=== 3.1.1 / 2019-12-16
4+
5+
Bug fixes:
6+
7+
* Vendor Bundler 2.1.0 again. The version of Bundler with
8+
RubyGems 3.1.0 was Bundler 2.1.0.pre.3. Pull request #3029 by
9+
SHIBATA Hiroshi.
10+
311
=== 3.1.0 / 2019-12-16
412

513
Major enhancements:

lib/rubygems.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
require 'rbconfig'
1010

1111
module Gem
12-
VERSION = "3.1.0".freeze
12+
VERSION = "3.1.1".freeze
1313
end
1414

1515
# Must be first since it unloads the prelude from 1.9.2

rubygems-update.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |s|
44
s.name = "rubygems-update"
5-
s.version = "3.1.0"
5+
s.version = "3.1.1"
66
s.authors = ["Jim Weirich", "Chad Fowler", "Eric Hodel", "Luis Lavena", "Aaron Patterson", "Samuel Giddins", "André Arko", "Evan Phoenix", "Hiroshi SHIBATA"]
77
88

0 commit comments

Comments
 (0)