Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes issue #15 #17

Merged
merged 1 commit into from Apr 5, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 ..."
gem install pg --no-rdoc --no-ri
gem install mysql --no-rdoc --no-ri