Skip to content

Commit b774cb4

Browse files
committed
Version 2.7.1 with changelog
1 parent ab8ee5e commit b774cb4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

History.txt

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

3+
=== 2.7.1 (2017-11-03)
4+
5+
Bug fixes:
6+
7+
* Fix `gem update --system` with RubyGems 2.7+. Pull request #2054 by
8+
Samuel Giddins.
9+
310
=== 2.7.0 (2017-11-02)
411

512
Major enhancements:

lib/rubygems.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
require 'thread'
1111

1212
module Gem
13-
VERSION = "2.7.0"
13+
VERSION = "2.7.1"
1414
end
1515

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

0 commit comments

Comments
 (0)