Skip to content

Commit

Permalink
Changed 1.9.2 stable to 1.9.3 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
trvrplk committed Dec 2, 2011
1 parent 7103264 commit b2477a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ruby
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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 "Installing Ruby 1.9.3 stable and making it the default Ruby ..."
rvm install 1.9.3-0
rvm use 1.9.3 --default

echo "Installing Rails to write and run web applications ..."
gem install rails --no-rdoc --no-ri
Expand Down

0 comments on commit b2477a9

Please sign in to comment.