aboutsummaryrefslogtreecommitdiffstats
path: root/.rvmrc
diff options
context:
space:
mode:
Diffstat (limited to '.rvmrc')
-rw-r--r--.rvmrc10
1 files changed, 2 insertions, 8 deletions
diff --git a/.rvmrc b/.rvmrc
index 1f2700fc2..339f08013 100644
--- a/.rvmrc
+++ b/.rvmrc
@@ -5,10 +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"
-
-rubygems_version="1.6.2"
+# echo "rvm use 1.9.3" > .rvmrc
+environment_id="1.9.3-p392"
# Uncomment the following lines if you want to verify rvm version per project
# rvmrc_rvm_version="1.14.10 (stable)" # 1.10.1 seams as a safe start
@@ -38,10 +36,6 @@ else
}
fi
-if [[ "$(gem --version)" != "${rubygems_version}" ]] ; then
- rvm rubygems ${rubygems_version}
-fi
-
# If you use bundler, this might be useful to you:
# if [[ -s Gemfile ]] && {
# ! builtin command -v bundle >/dev/null ||