From d130b53394f114a6efb99daaa7f68d40e02b4c6b Mon Sep 17 00:00:00 2001 From: Carlo Cabrera Date: Wed, 26 Mar 2025 17:26:20 +0800 Subject: [PATCH] extend/os/linux/cask/installer: make `check_stanza_os_requirements` non-private The method it overrides is not `private`, so it doesn't seem like this should be private. This causes errors when using `brew bundle` on Linux with a `Brewfile` that contains `cask` entries. --- Library/Homebrew/extend/os/linux/cask/installer.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Library/Homebrew/extend/os/linux/cask/installer.rb b/Library/Homebrew/extend/os/linux/cask/installer.rb index 231369a2b0..bde2125732 100644 --- a/Library/Homebrew/extend/os/linux/cask/installer.rb +++ b/Library/Homebrew/extend/os/linux/cask/installer.rb @@ -29,8 +29,6 @@ module OS ::Cask::Artifact::Vst3Plugin, ].freeze - private - sig { void } def check_stanza_os_requirements return unless artifacts.any? do |artifact|