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've enabled checksums in my gemfile last week, and today I've got a PR open where the checksums were not updated. Is there anything that needs to be done for this to work?
If your lockfile already has a CHECKSUMS section, my expectation would be that Dependabot is able to keep them up to date. Even if Dependabot is not yet using Bundler 2.6 internally (needs #11330), the checksums feature is also present (but hidden) in Bundler 2.5 which Dependabot does use, so in principle I'd expect Dependabot to handle checksums fine.
Do you have a public repository where Dependabot did not update checkums? I'd be happy to look into it, since it may be a bug in either Bundler or Dependabot.
Is there an existing issue for this?
Feature description
https://bundler.io/blog/2024/12/19/bundler-v2-6.html#:~:text=How%20to%20enable%20lockfile%20checksums
i.e. will it keep Gemfile checksums up to date as it updates gems?
The text was updated successfully, but these errors were encountered: