summaryrefslogtreecommitdiff
path: root/.rvmrc
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2013-06-27 16:42:56 -0600
committermo khan <mo@mokhan.ca>2013-06-27 16:42:56 -0600
commit82bd898ffd49a682210c2e7e72027dd259893021 (patch)
tree1068b011eeb0b9691d7fe9b240f385e9a5a3f7a8 /.rvmrc
parenta98a3da492a5af28dc2de771a3244235b43ba3ed (diff)
upgrade to ruby 2.0
Diffstat (limited to '.rvmrc')
-rw-r--r--.rvmrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rvmrc b/.rvmrc
index fec7e07..880dee0 100644
--- a/.rvmrc
+++ b/.rvmrc
@@ -4,7 +4,7 @@
# development environment upon cd'ing into the directory
# First we specify our desired <ruby>[@<gemset>], the @gemset name is optional.
-environment_id="ruby-1.9.3@domain.cs"
+environment_id="ruby-2.0.0@domain.cs"
#
# Uncomment the following lines if you want to verify rvm version per project