dev-cmd/vendor-gems: run bundle clean

Fixes install inconsistencies between standalone and all other bundle operations
This commit is contained in:
Bo Anderson 2024-05-23 06:24:24 +01:00
parent 49609ecf68
commit b56fef7fd5
No known key found for this signature in database

View File

@ -46,6 +46,9 @@ module Homebrew
ohai "bundle pristine"
safe_system "bundle", "pristine"
ohai "bundle clean"
safe_system "bundle", "clean"
# Workaround Bundler 2.4.21 issue where platforms may be removed.
# Although we don't use 2.4.21, Dependabot does as it currently ignores your lockfile version.
# https://github.com/rubygems/rubygems/issues/7169