change the default ruby to 1.9.2 [ci skip]

This commit is contained in:
danielgrippi 2012-01-27 16:59:18 -08:00
parent 8529293eee
commit edd8644531

2
.rvmrc
View file

@ -2,7 +2,7 @@
if [ -e '.rvmrc_custom' ]; then
source .rvmrc_custom;
else
rvm --create use ree-1.8.7-2011.03@diaspora
rvm --create use ruby-1.9.2-p290@diaspora
fi
if [ "$(gem --version)" != "1.8.15" ]; then