change the default ruby to 1.9.2 [ci skip]
This commit is contained in:
parent
8529293eee
commit
edd8644531
1 changed files with 1 additions and 1 deletions
2
.rvmrc
2
.rvmrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue