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

Commit

Permalink
Version 1.17.1 with changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Oct 25, 2018
1 parent ca755c7 commit 2760d72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## 1.17.1 (2018-10-25)

- Convert `Pathname`s to `String`s before sorting them, fixing #6760 and #6758 ([#6761](https://github.com/bundler/bundler/pull/6761), @alexggordon)

## 1.17.0 (2018-10-25)

No new changes.
Expand Down
2 changes: 1 addition & 1 deletion lib/bundler/version.rb
Expand Up @@ -7,7 +7,7 @@ module Bundler
# We're doing this because we might write tests that deal
# with other versions of bundler and we are unsure how to
# handle this better.
VERSION = "1.17.0" unless defined?(::Bundler::VERSION)
VERSION = "1.17.1" unless defined?(::Bundler::VERSION)

def self.overwrite_loaded_gem_version
begin
Expand Down

0 comments on commit 2760d72

Please sign in to comment.