Skip to content

Commit

Permalink
Merge pull request #86 from indirect/bundler_bootstrap
Browse files Browse the repository at this point in the history
Fix bundler version install stanza
  • Loading branch information
wfarr committed Mar 4, 2013
2 parents 75a9261 + b4a63ad commit b97c0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -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 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.

Expand Down

0 comments on commit b97c0e9

Please sign in to comment.