Fail to exclude private gems on a rails app with renovate installed #30609
-
What would you like help with?I would like help with my configuration How are you running Renovate?Mend Renovate hosted app on github.com If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.No response Please tell us more about your question or problemwe have a rails app with some private gem hosted on github and other gems hosted somewhere else We are hosted on the mend's app. But when bundler is run, it is trying to clone the private gem but fails.
here is our renovate.json file configuration
Logs (if relevant)Logs
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Renovate ignores your gem when doing its lookups but bundler itself does not. Bundler needs access to all dependencies in order to update the lock file |
Beta Was this translation helpful? Give feedback.
Renovate ignores your gem when doing its lookups but bundler itself does not. Bundler needs access to all dependencies in order to update the lock file