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:
parent
c68682a33c
commit
d130b53394
@ -29,8 +29,6 @@ module OS
|
|||||||
::Cask::Artifact::Vst3Plugin,
|
::Cask::Artifact::Vst3Plugin,
|
||||||
].freeze
|
].freeze
|
||||||
|
|
||||||
private
|
|
||||||
|
|
||||||
sig { void }
|
sig { void }
|
||||||
def check_stanza_os_requirements
|
def check_stanza_os_requirements
|
||||||
return unless artifacts.any? do |artifact|
|
return unless artifacts.any? do |artifact|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user