1
0
Fork 0

Add ruby1.9.3 to bootstrap

This commit is contained in:
Andrew Tomaka 2014-04-01 13:09:01 -04:00
parent f6545bc954
commit 59be174027
1 changed files with 5 additions and 0 deletions

View File

@ -44,6 +44,11 @@ if [ "$SETUP" = true ] ; then
# INSTALL GIT
apt-get install git -y
# INSTALL RUBY 1.9.3 (for rails)
apt-get install ruby1.9.3 -y
update-alternatives --set ruby /usr/bin/ruby1.9.1
update-alternatives --set gem /usr/bin/gem1.9.1
# INSTALL RUBYGEMS
apt-get install rubygems -y