-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Exclude rvm global gems #36
Comments
great idea, trying something new today: https://www.bountysource.com/#repos/mpapis/rubygems-bundler/issues/36 |
I was giving this some thought and in the end this is dangerous feature as it would exclude $ rgb-show-global-gems --separator=,
bundler,rake,rvm,gist |
I will close this as it would be rather dangerous feature, you can get the list of global gems for ignoring with: rvm @global do gem list --no-versions I have opened a pull request for rubygems to also support rvm @global do gem list --quiet --no-versions | awk 'NR>1{printf","} {printf $1} END{printf"\n"}' open a ticket for rvm if you would like to have simple command for it like |
It would be great to have an option so it would exclude all the gems I have in rvm global gemset, instead of specifying every binary by hand
The text was updated successfully, but these errors were encountered: