summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2017-04-30 19:16:12 -0500
committerSamuel Giddins <segiddins@segiddins.me>2017-04-30 19:16:12 -0500
commitf395faf289877b234414e87b3286c9ab0c957c7d (patch)
treec574cd402aa151dc8bce3af3255c30bfbd18691d
parentc660a2dcc5fbd41a143741e4bd303fb9df123ca7 (diff)
downloadbundler-f395faf289877b234414e87b3286c9ab0c957c7d.tar.gz
Version 1.15.0.pre.3 with changelogv1.15.0.pre.3
-rw-r--r--CHANGELOG.md10
-rw-r--r--lib/bundler/version.rb2
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d8b3c74dd4..55a3b8a932 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+## 1.15.0.pre.3 (2017-04-30)
+
+Bugfixes:
+
+ - avoid redundant blank lines in the readme generated by `bundle gem` (@koic)
+ - ensure that `open-uri` is not loaded after `bundle exec` (@segiddins)
+ - print a helpful error message when an activated default gem conflicts with
+ a gem in the gemfile (@segiddins)
+ - only shorten `ref` option for git gems when it is a SHA (#5620, @segiddins)
+
## 1.15.0.pre.2 (2017-04-23)
Bugfixes:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 68223d9099..e8a024975d 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.0.pre.2" unless defined?(::Bundler::VERSION)
+ VERSION = "1.15.0.pre.3" unless defined?(::Bundler::VERSION)
def self.overwrite_loaded_gem_version
begin