Skip to content

Rename to BundlerChecksum

Thong Kuah requested to merge rename_to_bundler_checksum into master

What does this MR do and why?

Renames / moves Bundler::Checksum to BundlerChecksum module

This is because I plan to incorporate https://github.com/rubygems/rubygems/pull/5808, and we will have a clash with Bundler::Checksum class from that PR

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

  1. Enable export BUNDLER_CHECKSUM_VERIFICATION_OPT_IN=1
  2. Run bundle install, it should install gems without error

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Thong Kuah

Merge request reports