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

Use fuzzy version match for rvm remove #4028

Merged
merged 2 commits into from May 12, 2017

Conversation

pkuczynski
Copy link
Member

Preconditions:

$ rvm install jruby-1.7.27

Steps to reproduce:

$ rvm remove jruby

Expected result:

jruby-1.7.26 - #removing rubies/jruby-1.7.26..
...

Actual result:

jruby-9.1.8.0 - #already gone

Temporary solution:

$ rvm remove jruby --fuzzy

Final solution implemented in this PR:

No need to use --fuzzy switch.

Signed-off-by: Piotr Kuczynski <piotr.kuczynski@gmail.com>
@pkuczynski pkuczynski requested a review from mpapis May 12, 2017 10:34
@pkuczynski pkuczynski added this to the rvm-1.30.0 milestone May 12, 2017
@pkuczynski pkuczynski merged commit 1d70be7 into master May 12, 2017
@pkuczynski pkuczynski deleted the feature/fuzzy-match-rvm-remove branch May 12, 2017 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants