-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Gemfile
with dependabot-omnibus
fails to install the dependabot-uv
dep
#11731
Comments
CC @markhallen |
cc @deivid-rodriguez this sounds like a Bundler bug or maybe a something wrong in the state used for new API to me. Also see ruby/setup-ruby#714 where apparently |
Thank you. Yes @eregon is right, normally Can you elaborate a bit on how to reproduce this? The link you shared makes it sound like dependabot-script is being used, and that repo has a big "WARNING - Scripts are Currently Broken" in its README, so maybe that's related? |
Not OP on this issue but basically;
And I'm using the same version of ruby and bundler specified in |
Thank you! That link you shared seems like I should be able to repro and debug this by forking your repo and playing around with your CI, right? |
Does the error still happen if you upgrade Bundler? |
I can run it again later tonight to check, but yea, if you want to repro it, checkout the |
Is there an existing issue for this?
Package ecosystem
any
Package manager version
any
Language version
any
Manifest location and content before the Dependabot update
This is the
Gemfile
for thedependabot
itself, not the one it is updating.Here's how this file is installed:
Link: https://github.com/wemake-services/kira-dependencies/blob/master/.gitlab-ci.yml
dependabot.yml content
No response
Updated dependency
No response
What you expected to see, versus what you actually saw
Looks like
dependabot-updater-pip
(and maybe others) don't have this dependency for some reason.Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
Related to #11687
Smallest manifest that reproduces the issue
No response
The text was updated successfully, but these errors were encountered: