summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoggs <hello@boggs.xyz>2016-07-25 03:56:56 +0800
committerBoggs <hello@boggs.xyz>2016-07-29 11:39:59 +0800
commit5fc659389b343159e015e3568dd7430acba7937b (patch)
treecd65306a4ad90d147e058ac6c31cb0a35e195da6
parent11e2feaca8c62aea28a749cb506e69b2f943132e (diff)
downloadbundler-5fc659389b343159e015e3568dd7430acba7937b.tar.gz
Display message showing locked Bundler version is being installed
-rw-r--r--lib/bundler/vendor/postit/lib/postit/installer.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bundler/vendor/postit/lib/postit/installer.rb b/lib/bundler/vendor/postit/lib/postit/installer.rb
index 5fa34b6938..98e4099c30 100644
--- a/lib/bundler/vendor/postit/lib/postit/installer.rb
+++ b/lib/bundler/vendor/postit/lib/postit/installer.rb
@@ -19,6 +19,7 @@ module BundlerVendoredPostIt::PostIt
def install!
return if installed?
+ puts "Installing locked Bundler version #{@bundler_version}"
require 'rubygems/dependency_installer'
installer = Gem::DependencyInstaller.new
installer.install('bundler', @bundler_version)