bump recommended ruby version to 1.9.3-p429
This commit is contained in:
parent
848e5d2a57
commit
fdf52ffe9e
2 changed files with 3 additions and 3 deletions
4
.rvmrc
4
.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
|
||||
|
|
|
|||
2
script/env/ruby_env
vendored
2
script/env/ruby_env
vendored
|
|
@ -1,3 +1,3 @@
|
|||
rubygems_version="2.0.3"
|
||||
ruby_version="1.9.3-p385"
|
||||
ruby_version="1.9.3-p429"
|
||||
gemset="diaspora"
|
||||
|
|
|
|||
Loading…
Reference in a new issue