We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In my .rbenv-gemsets file I have the content "myapp"
However running "rbenv gemset active" returns "myapp global"
It seems to be including the global gemset by default even though I haven't included it anywhere.
The text was updated successfully, but these errors were encountered:
This is actually the default right now. (See #16, #18, and #20).
Having said that, it would be nice to get some feedback on this feature, and on how it's taken. Do you like it? Do you think it's useful?
Sorry, something went wrong.
I was just surprised to see the global gemset included and thought it might be a bug. I can see how it might be useful though.
Thanks for clearing that up!
No branches or pull requests
In my .rbenv-gemsets file I have the content "myapp"
However running "rbenv gemset active" returns "myapp global"
It seems to be including the global gemset by default even though I haven't included it anywhere.
The text was updated successfully, but these errors were encountered: