summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2017-07-17 13:30:48 -0500
committerSamuel Giddins <segiddins@segiddins.me>2017-07-17 13:30:48 -0500
commit50905839daa6c381b3759375d69194309c5f6544 (patch)
tree9ad1c67f8319f3997529759eaee457c6ce34c507
parent86ff0f83dc4c1e65759a45fb40916418f0ae0970 (diff)
downloadbundler-50905839daa6c381b3759375d69194309c5f6544.tar.gz
Version 1.15.2 with changelogv1.15.2
-rw-r--r--CHANGELOG.md18
-rw-r--r--lib/bundler/version.rb2
2 files changed, 19 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 98929ba648..c01414e9a3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 3f9a1211fb..f1c9b1d13e 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -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