bump recommended ruby version to 1.9.3-p429

This commit is contained in:
Jonne Haß 2013-05-17 10:19:20 +02:00
parent 848e5d2a57
commit fdf52ffe9e
2 changed files with 3 additions and 3 deletions

4
.rvmrc
View file

@ -12,8 +12,8 @@ else
if rvm list strings | grep -q "$ruby_version" ; then if rvm list strings | grep -q "$ruby_version" ; then
rvm --create use "$ruby_version@$gemset" rvm --create use "$ruby_version@$gemset"
else else
printf "\e[00;31mPLEASE INSTALL RUBY $ruby_version WITH \`rvm install $ruby_version\`" 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" printf "Don't forget to run \`cd .. && cd -\` afterwards!\e[00m\n"
return 1 return 1
fi fi
fi fi

2
script/env/ruby_env vendored
View file

@ -1,3 +1,3 @@
rubygems_version="2.0.3" rubygems_version="2.0.3"
ruby_version="1.9.3-p385" ruby_version="1.9.3-p429"
gemset="diaspora" gemset="diaspora"