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

Always cleanup gemsets #416

Closed
wants to merge 2 commits into from
Closed

Conversation

ehelms
Copy link
Member

@ehelms ehelms commented Feb 16, 2024

No description provided.

@@ -1,5 +1,5 @@
#!/bin/bash
[ -z "$ruby" ] && ruby=2.0.0
[ -z "$ruby" ]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was a confusing statement, but it basically came down to:

Suggested change
[ -z "$ruby" ]
if [ -z "$ruby" ] ; then
ruby=2.0.0
fi

So I'm not sure how this is supposed to improve things. You'll just end up with rvm use ruby-@${gemset} which is incorrect.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ha, yea that was not obvious. Cleaned up and added an actual cleanup.

@ehelms ehelms force-pushed the always-cleanup-shiz branch from 96ec607 to 91ce2bf Compare February 16, 2024 20:14
@evgeni
Copy link
Member

evgeni commented May 8, 2024

mostly not needed anymore, and last use of cleanup_gemset is removed in #452

@evgeni evgeni closed this May 8, 2024
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

Successfully merging this pull request may close these issues.

3 participants