Merge pull request #17351 from Homebrew/vendor-gems-clean

dev-cmd/vendor-gems: run bundle clean
This commit is contained in:
Mike McQuaid 2024-05-23 14:51:15 +01:00 committed by GitHub
commit 5a850a30ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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