only update rubygems if not current already
This commit is contained in:
parent
3c8b26b051
commit
95790bf891
1 changed files with 5 additions and 1 deletions
6
.rvmrc
6
.rvmrc
|
|
@ -2,5 +2,9 @@
|
||||||
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 rubygems 1.8.12
|
rvm --create use ree-1.8.7-2011.03@diaspora
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ "$(gem --version)" != "1.8.12" ]; then
|
||||||
|
rvm rubygems 1.8.12
|
||||||
fi
|
fi
|
||||||
Loading…
Reference in a new issue