Skip to content

Commit

Permalink
make the ruby install go smoother
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed Aug 7, 2011
1 parent d5deb25 commit d94088f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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-p290 --default
rvm use 1.9.2 --default

echo "Installing Bundler for managing Ruby libraries ..."
gem install bundler --no-rdoc --no-ri
Expand All @@ -14,5 +14,5 @@ echo "Installing the Heroku gem to interact with the http://heroku.com API ..."
echo "Installing the Taps gem to push and pull SQL databases between development, staging, and production environments ..."
gem install taps --no-rdoc --no-ri

echo "Installing Ruby gems to talk to the databases ..."
echo "Installing the pg gem to talk to Postgres databases ..."
gem install pg --no-rdoc --no-ri

0 comments on commit d94088f

Please sign in to comment.