Skip to content

Commit 1574a32

Browse files
committed
Merge pull request #3 from thilo/patch-2
Also Updated the ubuntu script with latest ruby version.
2 parents eb4de5a + 3365732 commit 1574a32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rails-install-ubuntu.sh

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

1616
echo "Installs Ruby"
17-
rvm install 1.9.3-p125
18-
rvm use 1.9.3-p125 --default
17+
rvm install 1.9.3-p194
18+
rvm use 1.9.3-p194 --default
1919

2020
gem install bundler --no-rdoc --no-ri
2121
gem install rails --no-rdoc --no-ri
@@ -34,7 +34,7 @@ echo -n "Should be sqlite 3.7.3 or higher: sqlite "
3434
sqlite3 --version
3535
echo -n "Should be rvm 1.6.32 or higher: "
3636
rvm --version | sed '/^.*$/N;s/\n//g' | cut -c 1-10
37-
echo -n "Should be ruby 1.9.3p125: "
37+
echo -n "Should be ruby 1.9.3-p194: "
3838
ruby -v | -d " " -f 2
3939
echo -n "Should be Rails 3.2.2 or higher: "
4040
rails -v

0 commit comments

Comments
 (0)