We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8ee5e commit b774cb4Copy full SHA for b774cb4
History.txt
@@ -1,5 +1,12 @@
1
# coding: UTF-8
2
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
10
=== 2.7.0 (2017-11-02)
11
12
Major enhancements:
lib/rubygems.rb
@@ -10,7 +10,7 @@
require 'thread'
module Gem
13
- VERSION = "2.7.0"
+ VERSION = "2.7.1"
14
end
15
16
# Must be first since it unloads the prelude from 1.9.2
0 commit comments