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 15240f2 commit adfcf40Copy full SHA for adfcf40
History.txt
@@ -1,5 +1,18 @@
1
# coding: UTF-8
2
3
+=== 2.6.11 / 2017-03-16
4
+
5
+Bug fixes:
6
7
+* Fixed broken tests on ruby-head. Pull request #1841 by
8
+ SHIBATA Hiroshi.
9
+* Update vendored Molinillo to 0.5.7. Pull request #1859 by Samuel
10
+ Giddins.
11
+* Avoid activating Ruby 2.5 default gems when possible. Pull request #1843
12
+ by Samuel Giddins.
13
+* Use improved resolver sorting algorithm. Pull request #1856 by
14
+ Samuel Giddins.
15
16
=== 2.6.10 / 2017-01-23
17
18
Bug fixes:
lib/rubygems.rb
@@ -10,7 +10,7 @@
require 'thread'
module Gem
- VERSION = "2.6.10"
+ VERSION = "2.6.11"
end
# Must be first since it unloads the prelude from 1.9.2
0 commit comments