From e359be2cb1a7e452d83537f8ce1cd652ca69b80f Mon Sep 17 00:00:00 2001 From: Pavel Repin Date: Thu, 7 Mar 2013 08:46:52 -0800 Subject: [PATCH] Further clarification about Bundler installation. --- script/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/bootstrap b/script/bootstrap index 3781327..eef3580 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -6,7 +6,7 @@ set -e # FIX: only sudo if gem home isn't writable (gem spec bundler -v '~> 1.2.0' > /dev/null 2>&1) || - sudo -p "About to install Bundler, password for sudo: " \ + sudo -p "Need to install Bundler for system ruby, password for sudo: " \ gem install bundler -v '~> 1.2.0' --no-rdoc --no-ri # We don't want old config hanging around.