Skip to content

Commit

Permalink
require latest rubygems
Browse files Browse the repository at this point in the history
  • Loading branch information
atmos committed Mar 14, 2011
1 parent ac84fdd commit f73ffb9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ echo "Run started `date`" >> ~/.cinderella/bootstrap.log 2>&1
which ruby >> ~/.cinderella/bootstrap.log 2>&1
which gem >> ~/.cinderella/bootstrap.log 2>&1

if [ `gem --version` != "1.6.2" ]; then
echo "You need to upgrade rubygems to 1.6.2"
fi

which gem | grep -q rvm
if [ $? -eq 0 ]; then
gem uninstall cinderella -aIx >> ~/.cinderella/bootstrap.log 2>&1
Expand Down

0 comments on commit f73ffb9

Please sign in to comment.