Bug fixes:
- Fix platform removal regression when
platforms:used in the Gemfile #7864 - Fix standalone script when default gems with extensions are used #7870
- Fix another case of
bundle lock --add-platformdoing nothing #7848 - Fix bad error messages when using
bundle addwith frozen mode set #7845 - Fix generic platform gems getting incorrectly removed from lockfile #7833
Performance:
- Use
caller_locationsinstead of splittingcaller#7708