Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Commit

Permalink
Stripped-down Ruby config.
Browse files Browse the repository at this point in the history
  • Loading branch information
smerrill committed Sep 3, 2011
1 parent 16cf2ed commit e40f56f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ruby
Expand Up @@ -2,6 +2,9 @@ echo "Installing Ruby 1.9.2 stable and making it the default Ruby ..."
rvm install 1.9.2-p290
rvm use 1.9.2 --default

echo "Updating RubyGems."
rvm gem update --system

echo "Installing Vagrant and Veewee for working with virtual machines."
rvm gem install vagrant veewee

0 comments on commit e40f56f

Please sign in to comment.