Skip to content

Commit e214562

Browse files
committed
Merge pull request #2 from thilo/patch-1
updated script to install latest ruby version 1.9.3-p194 with fixes for ...
2 parents 1574a32 + ef832c3 commit e214562

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rails-install-osx.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ curl -L get.rvm.io | bash -s stable
99
source ~/.rvm/scripts/rvm
1010

1111
echo "Install Ruby"
12-
rvm install 1.9.3-p125
13-
rvm use 1.9.3-p125 --default
12+
rvm install 1.9.3-p194
13+
rvm use 1.9.3-p194 --default
1414

1515
gem install bundler --no-rdoc --no-ri
1616
gem install rails --no-rdoc --no-ri
@@ -24,7 +24,7 @@ echo -n "Should be sqlite 3.7.3 or higher: sqlite "
2424
sqlite3 --version
2525
echo -n "Should be rvm 1.6.32 or higher: "
2626
rvm --version | sed '/^.*$/N;s/\n//g' | cut -c 1-10
27-
echo -n "Should be ruby 1.9.3p125: "
27+
echo -n "Should be ruby 1.9.3-p194: "
2828
ruby -v | cut -d " " -f 2
2929
echo -n "Should be Rails 3.2.2 or higher: "
3030
rails -v

0 commit comments

Comments
 (0)