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 eb4de5a commit b2f826bCopy full SHA for b2f826b
rails-install-ubuntu.sh
@@ -14,8 +14,8 @@ curl -L get.rvm.io | bash -s stable
14
source ~/.rvm/scripts/rvm
15
16
echo "Installs Ruby"
17
-rvm install 1.9.3-p125
18
-rvm use 1.9.3-p125 --default
+rvm install 1.9.3-p194
+rvm use 1.9.3-p94 --default
19
20
gem install bundler --no-rdoc --no-ri
21
gem install rails --no-rdoc --no-ri
@@ -34,7 +34,7 @@ echo -n "Should be sqlite 3.7.3 or higher: sqlite "
34
sqlite3 --version
35
echo -n "Should be rvm 1.6.32 or higher: "
36
rvm --version | sed '/^.*$/N;s/\n//g' | cut -c 1-10
37
-echo -n "Should be ruby 1.9.3p125: "
+echo -n "Should be ruby 1.9.3-p194: "
38
ruby -v | -d " " -f 2
39
echo -n "Should be Rails 3.2.2 or higher: "
40
rails -v
0 commit comments