Commit e359be2cb1a7e452d83537f8ce1cd652ca69b80f

Authored by Pavel Repin
1 parent 53e3c284bb

Further clarification about Bundler installation.

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -6,7 +6,7 @@
6 6 # FIX: only sudo if gem home isn't writable
7 7  
8 8 (gem spec bundler -v '~> 1.2.0' > /dev/null 2>&1) ||
9   - sudo -p "About to install Bundler, password for sudo: " \
  9 + sudo -p "Need to install Bundler for system ruby, password for sudo: " \
10 10 gem install bundler -v '~> 1.2.0' --no-rdoc --no-ri
11 11  
12 12 # We don't want old config hanging around.