# HG changeset patch # User Sarun Intaralawan # Date 2014-08-14 13:53:21 # Node ID ae148ff809c0c821a40418e12b4cc9152c776c68 # Parent 4097795ac0134db935f568d14045c5cb948e9ca3 Update ruby version to 2.1.2 diff --git a/installer/install.sh b/installer/install.sh --- a/installer/install.sh +++ b/installer/install.sh @@ -2,7 +2,7 @@ echo "This script will install and configure Cafe grader." -echo "This will install Ruby 1.9.2 under rvm" +echo "This will install Ruby 2.1.2 under rvm" echo "Installing required apts" @@ -19,10 +19,10 @@ curl -k -L https://get.rvm.io | bash -s stable ~/.rvm/scripts/rvm -echo "Installing Ruby 1.9.2 in RVM" +echo "Installing Ruby 2.1.2 in RVM" -rvm install 1.9.2 -rvm use 1.9.2 +rvm install 2.1.2 +rvm use 2.1.2 echo "Fetching Cafe Grader from Git repositories"