From 310baf68e3ff931f5cd77f1897a7bc7b44cf2925 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 23 May 2024 14:33:48 +0000 Subject: [PATCH] docs: updates from Homebrew/brew --- docs/Homebrew/DevCmd/VendorGems.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/Homebrew/DevCmd/VendorGems.html b/docs/Homebrew/DevCmd/VendorGems.html index da8a2cef8..05da5d1b8 100644 --- a/docs/Homebrew/DevCmd/VendorGems.html +++ b/docs/Homebrew/DevCmd/VendorGems.html @@ -355,7 +355,10 @@

85 86 87 -88 +88 +89 +90 +91
# File 'dev-cmd/vendor-gems.rb', line 26
@@ -383,6 +386,9 @@ 

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