diff --git a/.rvmrc b/.rvmrc index fc2b8e74ec3..a7127209a34 100644 --- a/.rvmrc +++ b/.rvmrc @@ -12,8 +12,8 @@ else if rvm list strings | grep -q "$ruby_version" ; then rvm --create use "$ruby_version@$gemset" else - printf "\e[00;31mPLEASE INSTALL RUBY $ruby_version WITH \`rvm install $ruby_version\`" - printf "Don't forget to run \`cd .. && cd -\` afterwards!\e[00m" + printf "\e[00;31mPLEASE INSTALL RUBY $ruby_version WITH \`rvm install $ruby_version\`\n" + printf "Don't forget to run \`cd .. && cd -\` afterwards!\e[00m\n" return 1 fi fi diff --git a/script/env/ruby_env b/script/env/ruby_env index 90191003899..c70529a6db9 100644 --- a/script/env/ruby_env +++ b/script/env/ruby_env @@ -1,3 +1,3 @@ rubygems_version="2.0.3" -ruby_version="1.9.3-p385" +ruby_version="1.9.3-p429" gemset="diaspora"