Skip to content

Commit

Permalink
Also Updated the ubuntu script with latest ruby version.
Browse files Browse the repository at this point in the history
  • Loading branch information
thilo committed Apr 20, 2012
1 parent eb4de5a commit b2f826b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rails-install-ubuntu.sh
Expand Up @@ -14,8 +14,8 @@ curl -L get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm

echo "Installs Ruby"
rvm install 1.9.3-p125
rvm use 1.9.3-p125 --default
rvm install 1.9.3-p194
rvm use 1.9.3-p94 --default

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

0 comments on commit b2f826b

Please sign in to comment.