Skip to content

Commit

Permalink
Merge pull request #17 from karuna/master
Browse files Browse the repository at this point in the history
Fixes issue #10
  • Loading branch information
karuna committed Apr 5, 2012
2 parents 6823c91 + 8dc45a5 commit cdcbeff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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-p125
rvm use 1.9.3 --default

echo "Installing Bundler for managing Ruby libraries ..."
gem install bundler --no-rdoc --no-ri
Expand All @@ -9,5 +9,5 @@ echo "Installing Rails to write and run web applications ..."
gem install rails --no-rdoc --no-ri

echo "Installing the pg gem to talk to Postgres databases ..."

This comment has been minimized.

Copy link
@agustinus-ap

agustinus-ap Apr 19, 2012

Don't forget to update shown note too.

gem install pg --no-rdoc --no-ri
gem install mysql --no-rdoc --no-ri

0 comments on commit cdcbeff

Please sign in to comment.