Generate Gemfile.lock CHECKSUMS section

What does this MR do and why?

Generate checksums section

  1. bundle lock --add-platform aarch64-linux aarch64-linux-gnu arm64-darwin x86-linux-gnu x86_64-darwin x86_64-linux x86_64-linux-gnu based on !230459 (comment 3236498145)
  2. and then bundle lock --add-checksums.

This is the long-term replacement for the gems/bundler-checksums gem which is homegrown.

  1. Official list of supported platforms
    • No musl systems on the list
  2. Self-compiled installation instructions
    • The instructions state: It was created for and tested on Debian/Ubuntu operating systems

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

Merge request reports

Loading