Generate Gemfile.lock CHECKSUMS section
What does this MR do and why?
Generate checksums section
bundle lock --add-platform aarch64-linux aarch64-linux-gnu arm64-darwin x86-linux-gnu x86_64-darwin x86_64-linux x86_64-linux-gnubased on !230459 (comment 3236498145)- and then
bundle lock --add-checksums.
This is the long-term replacement for the gems/bundler-checksums gem which is homegrown.
- Official list of supported platforms
- No
muslsystems on the list
- No
- Self-compiled installation instructions
- The instructions state:
It was created for and tested on Debian/Ubuntu operating systems
- The instructions state:
References
Screenshots or screen recordings
| Before | After |
|---|---|
How to set up and validate locally
Run bundle install locally
See !230459 (comment 3247458729) for Omnibus testing
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Thong Kuah