diff options
author | Henare Degan <henare.degan@gmail.com> | 2013-03-05 11:55:24 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2013-03-05 11:55:24 +1100 |
commit | 6c37ab07efbb8fd8c97d36c3fbbaacf28f2eb0df (patch) | |
tree | 837fc30730281af343e749a879f590e560a77d49 | |
parent | 90240393efea53c559682096ebf596273bf1d564 (diff) |
We don't need an old version of Rubygems now we're on Rails 3
Revert "automatically use the correct version of rubygems (1.6.2) in rvmrc"
This reverts commit dc2bab9bddc08316fe6d92674aeb02777fc2b3be.
-rw-r--r-- | .rvmrc | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -8,8 +8,6 @@ # echo "rvm use 1.9.3" > .rvmrc environment_id="1.9.3-p392" -rubygems_version="1.6.2" - # 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 # eval "$(echo ${rvm_version}.${rvmrc_rvm_version} | awk -F. '{print "[[ "$1*65536+$2*256+$3" -ge "$4*65536+$5*256+$6" ]]"}' )" || { @@ -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 || |