.rvmrc should always specify patchlevel
This commit is contained in:
parent
d4d3b1e44c
commit
ce867d8125
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@diaspora;
|
rvm --create use ree-1.8.7-2011.03@diaspora;
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue