Skip to content

Commit

Permalink
Merge pull request thoughtbot#14 from cookiebatch/patch-1
Browse files Browse the repository at this point in the history
Changed 1.9.2 stable to 1.9.3 stable
  • Loading branch information
Dan Croak committed Dec 17, 2011
2 parents ff6ed23 + b2477a9 commit 9e91279
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.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 9e91279

Please sign in to comment.