Skip to content
This repository was archived by the owner on Apr 14, 2021. It is now read-only.

Commit a79a638

Browse files
committed
Version 1.13.6 with changelog
1 parent 86bddc8 commit a79a638

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.13.6 (2016-10-22)
2+
3+
Bugfixes:
4+
5+
- make the `gem` method public again, fixing a regression in 1.13.4 (#5102, @segiddins)
6+
17
## 1.13.5 (2016-10-15)
28

39
Bugfixes:

lib/bundler/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ module Bundler
77
# We're doing this because we might write tests that deal
88
# with other versions of bundler and we are unsure how to
99
# handle this better.
10-
VERSION = "1.13.5" unless defined?(::Bundler::VERSION)
10+
VERSION = "1.13.6" unless defined?(::Bundler::VERSION)
1111
end

0 commit comments

Comments
 (0)