Further clarification about Bundler installation.
This commit is contained in:
parent
53e3c284bb
commit
e359be2cb1
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue