Skip to content

Commit

Permalink
Edited ruby via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed Aug 7, 2011
1 parent 2f42736 commit a29cbe7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ruby
@@ -1,6 +1,6 @@
echo "Installing Ruby 1.9 and making it the default Ruby ..."
rvm install 1.9.2-p180
rvm use 1.9.2-p180 --default
echo "Installing Ruby 1.9.2 stable and making it the default Ruby ..."
rvm install 1.9.2-p290
rvm use 1.9.2-p290 --default

echo "Installing Bundler for managing Ruby libraries ..."
gem install bundler --no-rdoc --no-ri
Expand Down

0 comments on commit a29cbe7

Please sign in to comment.