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

Commit 018f9b8

Browse files
committed
Version 1.13.7 with changelog
1 parent 489fc35 commit 018f9b8

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.7 (2016-12-25)
2+
3+
Features:
4+
5+
- add support for the `ruby_24` gemfile filter (#5281, @amatsuda)
6+
17
## 1.13.6 (2016-10-22)
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.6" unless defined?(::Bundler::VERSION)
10+
VERSION = "1.13.7" unless defined?(::Bundler::VERSION)
1111
end

0 commit comments

Comments
 (0)