Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/.rvmrc
diff options
context:
space:
mode:
authorSarah Mei <sarahmei@gmail.com>2011-05-23 04:40:26 +0400
committerSarah Mei <sarahmei@gmail.com>2011-05-23 04:40:26 +0400
commitce867d8125fbaca6d827543903b96a3beff19f89 (patch)
treea2ecc7b2e434aa5fabe2b8b316e3984cc150f042 /.rvmrc
parentd4d3b1e44cacfcf70e88d14cd637d317fd8784ab (diff)
.rvmrc should always specify patchlevel
Diffstat (limited to '.rvmrc')
-rw-r--r--.rvmrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rvmrc b/.rvmrc
index 2ab45d03d..60c7c9a56 100644
--- a/.rvmrc
+++ b/.rvmrc
@@ -2,5 +2,5 @@
if [ -e '.rvmrc_custom' ]; then
source .rvmrc_custom;
else
- rvm --create use ree@diaspora;
+ rvm --create use ree-1.8.7-2011.03@diaspora;
fi