-
-
Notifications
You must be signed in to change notification settings - Fork 294
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
Support running bundle install
with the --full-index
option
#714
Comments
In my understanding one should never need |
I am not confident I understand the issue enough to properly diagnose a more specific place to raise the issue, other than knowing that using
I did this -- locally ran with
Would be handy if there was one but I had a look and couldn't find one, only a feature request. For context the gem I was trying to install was In the meantime or at least until |
As I said the proper place to report that is the Bundler issue tracker. This is not a proper place for Bundler bugs, and I would only consider introducing a workaround here if there is no other way and it has been reported upstream, hence why I closed this issue.
It's automatically set if there is a committed Gemfile.lock. |
All reasonable points. I'm just providing the full context for anyone that stumbles on this if someone else searches for The discussion on that rubygems issue more revolves around I avoided the issue by just using the immediately prior version of the parent gem that didn't have that as a dependency, so I'm fine until it sorts itself out. I only raised the issue after an hour or two of testing the various pathways to different outcomes of I don't understand it enough to know what kind of bundler issue it would even be to raise it as an issue on their tracker board, because it didn't seem like anything was behaving differently from what docs I could find said about running with It's raised as an issue on the gem publisher by now anyway dependabot/dependabot-core#11731 Perhaps the best way this request could have been phrased would have been to ask about decoupling the choice to cache gems with actually running the install. |
|
I have circumvented an issue trying to install a recent gem that gives me an error
Where running the install with
--full-index
fixes this. I can't see a way to pass this option directly to the part of this action that runs thebundle install
step, and so trying to use the action with thebundler-cache: true
fails with the same error ~revealed dependencies not in the API
The text was updated successfully, but these errors were encountered: