aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenare Degan <henare.degan@gmail.com>2013-03-04 18:27:58 +1100
committerHenare Degan <henare.degan@gmail.com>2013-03-04 18:27:58 +1100
commit90240393efea53c559682096ebf596273bf1d564 (patch)
treedfdfcecc9250e7a2630dcd02c05db7b4b599c127
parent931109d4c756ef6fb31a8f47494c21c460a06902 (diff)
Make Ruby 1.9.3 the default
-rw-r--r--.rvmrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.rvmrc b/.rvmrc
index 1f2700fc2..f865813cf 100644
--- a/.rvmrc
+++ b/.rvmrc
@@ -5,8 +5,8 @@
# First we specify our desired <ruby>[@<gemset>], the @gemset name is optional,
# Only full ruby name is supported here, for short names use:
-# echo "rvm use 1.8.7" > .rvmrc
-environment_id="ruby-1.8.7-p370"
+# echo "rvm use 1.9.3" > .rvmrc
+environment_id="1.9.3-p392"
rubygems_version="1.6.2"