Skip to content

Commit 928bbaa

Browse files
committed
Update ruby
1 parent a7f9363 commit 928bbaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ruby

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
echo "Creating .gemrc file if it doesn't exist ..."
22
[[ -f ~/.gemrc ]] || echo "gem: --no-ri --no-rdoc" > ~/.gemrc
33

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
4+
echo "Installing Ruby 1.9.3 and making it the default Ruby ..."
5+
rvm install 1.9.3
6+
rvm use 1.9.3 --default
77

88
echo "Installing Bundler for managing Ruby libraries ..."
99
gem install bundler --no-rdoc --no-ri

0 commit comments

Comments
 (0)