Skip to content

Commit adfcf40

Browse files
committed
Version 2.6.11 with changelog
1 parent 15240f2 commit adfcf40

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

History.txt

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

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+
316
=== 2.6.10 / 2017-01-23
417

518
Bug fixes:

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.6.10"
13+
VERSION = "2.6.11"
1414
end
1515

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

0 commit comments

Comments
 (0)