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

Commit

Permalink
Version 1.15.2 with changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Jul 17, 2017
1 parent 86ff0f8 commit 5090583
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 1.15.2 (2017-07-17)

Features:

- new gemfiles created by bundler will include an explicit `github` git source that uses `https` (@segiddins)

Bugfixes:

- inline gemfiles work when `BUNDLE_BIN` is set (#5847, @segiddins)
- avoid using the old dependency API when there are no changes to the compact index files (#5373, @greysteil)
- fail gracefully when the full index serves gemspecs with invalid dependencies (#5797, @segiddins)
- support installing gemfiles that use `eval_gemfile`, `:path` gems with relative paths, and `--deployment` simultaneously (@NickLaMuro)
- `bundle config` will print settings as the type they are interpreted as (@segiddins)
- respect the `no_proxy` environment variable when making network requests (#5781, @jakauppila)
- commands invoked with `--verbose` will not have default flags printed (@segiddins)
- allow `bundle viz` to work when another gem has a requirable `grapviz` file (#5707, @segiddins)
- ensure bundler puts activated gems on the `$LOAD_PATH` in a consistent order (#5696, @segiddins)

## 1.15.1 (2017-06-02)

Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion lib/bundler/version.rb
Original file line number Diff line number Diff line change
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.15.1" unless defined?(::Bundler::VERSION)
VERSION = "1.15.2" unless defined?(::Bundler::VERSION)

def self.overwrite_loaded_gem_version
begin
Expand Down

0 comments on commit 5090583

Please sign in to comment.