Skip to content

Commit 3ad3e4d

Browse files
committed
Bump version to RubyGems 3.1.2
1 parent a495e87 commit 3ad3e4d

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

History.txt

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

3+
4+
=== 3.1.2 / 2019-12-20
5+
6+
Minor enhancements:
7+
8+
* Restore non prompting `gem update --system` behavior. Pull request #3040
9+
by David Rodríguez.
10+
* Show only release notes for new code installed. Pull request #3041 by
11+
David Rodríguez.
12+
* Inform about installed `bundle` executable after `gem update --system`.
13+
Pull request #3042 by David Rodríguez.
14+
* Use Bundler 2.1.2. Pull request #3043 by SHIBATA Hiroshi.
15+
16+
Bug fixes:
17+
18+
* Require `uri` in source.rb. Pull request #3034 by mihaibuzgau.
19+
* Fix `gem update --system --force`. Pull request #3035 by David
20+
Rodríguez.
21+
* Move `require uri` to source_list. Pull request #3038 by mihaibuzgau.
22+
323
=== 3.1.1 / 2019-12-16
424

525
Bug fixes:

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.1".freeze
12+
VERSION = "3.1.2".freeze
1313
end
1414

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

0 commit comments

Comments
 (0)