Specify version of rubygems in .rvmrc
This commit is contained in:
parent
03feec5eb3
commit
62833595da
1 changed files with 1 additions and 1 deletions
2
.rvmrc
2
.rvmrc
|
|
@ -2,5 +2,5 @@
|
||||||
if [ -e '.rvmrc_custom' ]; then
|
if [ -e '.rvmrc_custom' ]; then
|
||||||
source .rvmrc_custom;
|
source .rvmrc_custom;
|
||||||
else
|
else
|
||||||
rvm --create use ree-1.8.7-2011.03@diaspora;
|
rvm --create use ree-1.8.7-2011.03@diaspora && rvm rubygems 1.8.12
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue