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.
2 parents 1574a32 + ef832c3 commit e214562Copy full SHA for e214562
rails-install-osx.sh
@@ -9,8 +9,8 @@ curl -L get.rvm.io | bash -s stable
9
source ~/.rvm/scripts/rvm
10
11
echo "Install Ruby"
12
-rvm install 1.9.3-p125
13
-rvm use 1.9.3-p125 --default
+rvm install 1.9.3-p194
+rvm use 1.9.3-p194 --default
14
15
gem install bundler --no-rdoc --no-ri
16
gem install rails --no-rdoc --no-ri
@@ -24,7 +24,7 @@ echo -n "Should be sqlite 3.7.3 or higher: sqlite "
24
sqlite3 --version
25
echo -n "Should be rvm 1.6.32 or higher: "
26
rvm --version | sed '/^.*$/N;s/\n//g' | cut -c 1-10
27
-echo -n "Should be ruby 1.9.3p125: "
+echo -n "Should be ruby 1.9.3-p194: "
28
ruby -v | cut -d " " -f 2
29
echo -n "Should be Rails 3.2.2 or higher: "
30
rails -v
0 commit comments