You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have circumvented an issue trying to install a recent gem that gives me an error
Downloading <gem-xyz> revealed dependencies not in the API or the lockfile
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 the bundle install step, and so trying to use the action with the bundler-cache: true fails with the same error ~ revealed dependencies not in the API
The text was updated successfully, but these errors were encountered:
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: