Merge pull request #86 from indirect/bundler_bootstrap

Fix bundler version install stanza
This commit is contained in:
Will Farrington 2013-03-04 15:06:29 -08:00
commit b97c0e9969

View file

@ -6,7 +6,7 @@ set -e
# FIX: only sudo if gem home isn't writable # FIX: only sudo if gem home isn't writable
(gem spec bundler -v '~> 1.2.0' > /dev/null 2>&1) || (gem spec bundler -v '~> 1.2.0' > /dev/null 2>&1) ||
sudo gem install bundler --no-rdoc --no-ri sudo gem install bundler -v '~> 1.2.0' --no-rdoc --no-ri
# We don't want old config hanging around. # We don't want old config hanging around.