dev-cmd/vendor-gems: run bundle clean
Fixes install inconsistencies between standalone and all other bundle operations
This commit is contained in:
parent
49609ecf68
commit
b56fef7fd5
@ -46,6 +46,9 @@ module Homebrew
|
|||||||
ohai "bundle pristine"
|
ohai "bundle pristine"
|
||||||
safe_system "bundle", "pristine"
|
safe_system "bundle", "pristine"
|
||||||
|
|
||||||
|
ohai "bundle clean"
|
||||||
|
safe_system "bundle", "clean"
|
||||||
|
|
||||||
# Workaround Bundler 2.4.21 issue where platforms may be removed.
|
# 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.
|
# Although we don't use 2.4.21, Dependabot does as it currently ignores your lockfile version.
|
||||||
# https://github.com/rubygems/rubygems/issues/7169
|
# https://github.com/rubygems/rubygems/issues/7169
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user