-
Notifications
You must be signed in to change notification settings - Fork 58
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
https://github.com/rubygems/rubygems/issues/5289 #105
Comments
Try this first? |
Yeah you are smart. |
@svenfuchs I think this should be reopened. It is a legitimate bug. Lots of plugins use the gem If you use a global Ruby for multiple projects (as you often do with any type of ruby version manager), some gems or apps will depend on the Then when you do a canonical You can see that is exactly what happened in the paths @jrochkind saw:
I just had the same issue. I am not sure which library depended on it, but there are 2 potential (and sort of temporary) solutions.
|
Oh interesting. I don't expect gems that are installed systemwide but NOT in my bundle to affect my bundle, since Bundler is normally so good about that. That's unfortunate. |
I can validate this is fixed by #111 and
|
@jrochkind The solution, for all Ruby gem libraries, is to use |
@pboling interesting, I think that's definitely not yet widely known! i have written many gems that don't do that, unfortunately. If someone wanted to write up this guidance with clear explanation of motivation/why (I am not entirely following myself), that would def be a service to the community! If such already exists somewehre that is great! Perhaps it should be on some kind of "official" site somewhere to have credibility and attention. |
Fix released in https://rubygems.org/gems/gem-release/versions/2.2.3 |
Hello there, can some one help to explain this: rubygems/rubygems#5289
It is pretty strange.
I had followed this line: https://bundler.io/guides/creating_gem.html to start the scratch the gem making, but lastly he said you should install a plugin to bump release, then I follow, after that strange thing happen.
You can see that there is a line:
Then I used the google machine to reach how it is happening, the I found here: rubygems/rubygems#5289
Some ones also were struggling on this issue.
The text was updated successfully, but these errors were encountered: