bundler: git-refs support, with git tags in form of v1.2.3
wants to upgrade to vv1.2.3
#33807
Labels
manager:bundler
Bundler (Ruby) package manager
priority-3-medium
Default priority, "should be done" but isn't prioritised ahead of others
type:bug
Bug fix of existing functionality
Discussed in #33005
Originally posted by siebertm December 10, 2024
How are you running Renovate?
Self-hosted Renovate
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
platform=local, version=39.60.0 (but also seen on platform=gitlab, version=>=39.47.0)
Please tell us more about your question or problem
Reproduction repo: https://github.com/siebertm/renovate-bundler-git-refs-issue-repro
We've been waiting for #32362 to arrive, as this was one of the features missing for our workflows. Thanks for implementing that!
Unfortunately, it's not working for us :-/
For a simple reproduction case, create a new folder with the following
Gemfile
Run
bundle install
, which generates a lockfile.create a
renovate.json
file to get startedWhen running renovate on this repo (
LOG_LEVEL=debug npx renovate --platform=local
), we'd expect renovate to upgraderails
tov7.2.2
tag. Instead, it findsv7.2.2
version but wants to change the tag tovv7.2.2
(with an additionalv
prefix).The relevant log entries for this (see
newValue
):I could not find in the code why this would happen, nor any existing report of this issue. Please guide me what to check for!
Logs (if relevant)
Logs
https://github.com/renovate-reproductions/33005
The text was updated successfully, but these errors were encountered: