This repository has been archived by the owner on Apr 14, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2k
do not request gems declared in gemspec from rubygems #2909
Comments
I may have an issue that's similar. Updating a gem that's on rubygems with a forked one on github for dependency reasons via the git option. I see bundler checking out the gem from github but then it asks me for the old dependencies still. |
That's actually a different issue. Please see ISSUES. |
@Who828 did that get solved ? |
I made an attempt to solve it in PR #3200 , but I'd like an expert opinion to make sure my change make sense (and doesn't break some other intended behaviour). Comments are welcome. |
❤️ thx for fixing! :D |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm building my own little on demand gem server and ran across the issue that bundler always requests the gem it is currently bundling in, and I'd like to avoid that overhead (in this case having to download 1 more github repo) since the information should not be used or necessary.
Resulting request from bundler:
/api/v1/dependencies?gems=noooo
The text was updated successfully, but these errors were encountered: