-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
"Update dependency ruby" don't update gemfile #15114
Comments
Hi there, Help us by making a minimal reproduction repository. Before we can start work on your issue we first need to know exactly what's causing the current behavior. A minimal reproduction helps us with this. To get started, please read our guide on creating a minimal reproduction to understand what is needed. We may close the issue if you (or someone else) have not provided a minimal reproduction within two weeks. If you need more time, or are stuck, please ask for help or more time in a comment. Good luck, The Renovate team |
This is also affecting us over at https://github.com/DARIAEngineering/dcaf_case_management. I'll see if I can create that minimal repro for ya. |
looks like this is easy to solve. we need to extract the version in bundler manager and call bundler lock after that. |
Should we extract the version in Gemfile.lock as a dependency so that we can upgrade it even if no other Ruby version files are present? Should make triggering the artifacts update easier too. |
we should prefer the value in
|
I agree, Gemfile is best. I wasn't sure that it's always in there though? |
forked to https://github.com/renovate-reproductions/renovate-minimal-repro @rarkins We already extract the ruby version from |
switched to feature, as this is not a bug. it's simply not supported yet 😉 |
🎉 This issue has been resolved in version 32.25.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Wow, thanks for the quick turn around! Happy holidays! |
Fixes renovatebot#15114 which was broken again by 77e1068.
🎉 This issue has been resolved in version 37.202.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
How are you running Renovate?
WhiteSource Renovate hosted app on github.com
If you're self-hosting Renovate, tell us what version of Renovate you run.
No response
Please select which platform you are using if self-hosting.
No response
If you're self-hosting Renovate, tell us what version of the platform you run.
No response
Was this something which used to work for you, and then stopped?
I never saw this working
Describe the bug
with the update of ruby renovate does the following on my repository:
3.1.1
->3.1.2
3.1.1-alpine
->3.1.2-alpine
3.1.1-alpine
->3.1.2-alpine
but that's not enough as we have also to update the gemfile ruby version (the gemfile.lock need to be updated accordingly also)
Relevant debug logs
Logs
Have you created a minimal reproduction repository?
No reproduction repository
The text was updated successfully, but these errors were encountered: