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.
This commit is contained in:
Carlo Cabrera 2025-03-26 17:26:20 +08:00 committed by Carlo Cabrera
parent c68682a33c
commit d130b53394
No known key found for this signature in database
GPG Key ID: C74D447FC549A1D0

View File

@ -29,8 +29,6 @@ module OS
::Cask::Artifact::Vst3Plugin,
].freeze
private
sig { void }
def check_stanza_os_requirements
return unless artifacts.any? do |artifact|