Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RVM Install Removes Gem Preference #3296

Open
pcorliss opened this issue Feb 6, 2015 · 0 comments
Open

RVM Install Removes Gem Preference #3296

pcorliss opened this issue Feb 6, 2015 · 0 comments

Comments

@pcorliss
Copy link

pcorliss commented Feb 6, 2015

Sometime between 1.24.12 and 1.26.10 rvm install removes gem preferences. This has a bad side-effect where running a bundle post rvm install won't install into the proper gemset.

1.24.12 RVM Behavior

QA jenkins@jenkins01.qa:~$
rvm --version

rvm 1.24.12 (1.24.12) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]


QA jenkins@jenkins01.qa:~$
cd authy/

QA jenkins@jenkins01.qa:~/authy (Jenkins@master)$
rvm info | head -2

ruby-2.0.0-p353@authy:

QA jenkins@jenkins01.qa:~/authy (Jenkins@master)$
rvm install ruby-2.0.0-p353
Warning, new version of rvm available '1.26.10', you are using older version '1.24.12'.
You can disable this warning with:    echo rvm_autoupdate_flag=0 >> ~/.rvmrc
You can enable  auto-update  with:    echo rvm_autoupdate_flag=2 >> ~/.rvmrc
Already installed ruby-2.0.0-p353.
To reinstall use:

    rvm reinstall ruby-2.0.0-p353


QA jenkins@jenkins01.qa:~/authy (Jenkins@master)$
rvm info | head -2

ruby-2.0.0-p353@authy:

1.26.10 RVM Behavior

QA jenkins@jenkins01.qa:~/authy (Jenkins@master)$
rvm --version
rvm 1.26.10 (1.26.10) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]
QA jenkins@jenkins01.qa:~/authy (Jenkins@master)$
rvm info | head -2

ruby-2.0.0-p353@authy:

QA jenkins@jenkins01.qa:~/authy (Jenkins@master)$
rvm install ruby-2.0.0-p353
Already installed ruby-2.0.0-p353.
To reinstall use:

    rvm reinstall ruby-2.0.0-p353


QA jenkins@jenkins01.qa:~/authy (Jenkins@master)$
rvm info | head -2

ruby-2.0.0-p353:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant