parent
dff3759b27
commit
a260b6f6b0
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@ set -e
|
||||||
|
|
||||||
# FIX: only sudo if gem home isn't writable
|
# FIX: only sudo if gem home isn't writable
|
||||||
|
|
||||||
(/usr/bin/gem spec bundler -v '~> 1.2.0' > /dev/null 2>&1) || {
|
(/usr/bin/gem spec bundler -v '~> 1.3.0' > /dev/null 2>&1) || {
|
||||||
/usr/bin/sudo -p "Need to install Bundler for system ruby, password for sudo: " \
|
/usr/bin/sudo -p "Need to install Bundler for system ruby, password for sudo: " \
|
||||||
/usr/bin/gem install bundler -v '~> 1.2.0' --no-rdoc --no-ri
|
/usr/bin/gem install bundler -v '~> 1.3.0' --no-rdoc --no-ri
|
||||||
}
|
}
|
||||||
|
|
||||||
# We don't want old config hanging around.
|
# We don't want old config hanging around.
|
||||||
|
|
Loading…
Reference in a new issue