summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-06-08 00:27:22 -0700
committerAndre Arko <andre@arko.net>2015-06-08 00:27:22 -0700
commit7c6db2f5d61a349e6546182448cb212a21b11769 (patch)
tree4994a9b3f210c127dc4ca65dc56c7e8e186d84d7
parent1df3308a1e94e37d5266e478854be360bb467f41 (diff)
downloadbundler-7c6db2f5d61a349e6546182448cb212a21b11769.tar.gz
hoist post_install_message
-rw-r--r--lib/bundler/installer.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bundler/installer.rb b/lib/bundler/installer.rb
index 67961a01ac..1d849a9b7f 100644
--- a/lib/bundler/installer.rb
+++ b/lib/bundler/installer.rb
@@ -104,6 +104,7 @@ module Bundler
install_options = { :force => force, :ensure_builtin_gems_cached => standalone }
+ post_install_message = nil
if settings
# Build arguments are global, so this is mutexed
Bundler.rubygems.with_build_args [settings] do