diff options
-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 || |