We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7f9363 commit 928bbaaCopy full SHA for 928bbaa
ruby
@@ -1,9 +1,9 @@
1
echo "Creating .gemrc file if it doesn't exist ..."
2
[[ -f ~/.gemrc ]] || echo "gem: --no-ri --no-rdoc" > ~/.gemrc
3
4
-echo "Installing Ruby 2.0 stable and making it the default Ruby ..."
5
- rvm install 2.0.0
6
- rvm use 2.0.0 --default
+echo "Installing Ruby 1.9.3 and making it the default Ruby ..."
+ rvm install 1.9.3
+ rvm use 1.9.3 --default
7
8
echo "Installing Bundler for managing Ruby libraries ..."
9
gem install bundler --no-rdoc --no-ri
0 commit comments