Skip to content

Commit

Permalink
install the version you're checking for
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Mar 1, 2013
1 parent 3a6e8ee commit b4a63ad
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 b4a63ad

Please sign in to comment.