Skip to content

fix: suppress Homebrew deprecation warning in puremac.rb#122

Open
lukman48 wants to merge 1 commit into
momenbasel:mainfrom
lukman48:fix/deprecation-warning-homebrew
Open

fix: suppress Homebrew deprecation warning in puremac.rb#122
lukman48 wants to merge 1 commit into
momenbasel:mainfrom
lukman48:fix/deprecation-warning-homebrew

Conversation

@lukman48

Copy link
Copy Markdown

Description

Fixes the Homebrew deprecation warning triggered when running brew commands:

Warning: Calling string comparison format for depends_on macos: is deprecated! Use depends_on macos: :ventura instead.

Change

Updated homebrew/puremac.rb to use the modern symbol syntax depends_on macos: :ventura instead of the deprecated string comparison format.

Related

Closes #118

…deprecation warning

The Homebrew formula used a deprecated string comparison format for
'depends_on macos:' (e.g. ">= :ventura") which triggers a warning on
every brew command. This change replaces it with the modern symbol
syntax 'depends_on macos: :ventura'.

Closes momenbasel#118
@caius72

caius72 commented Jun 17, 2026

Copy link
Copy Markdown

I saw the same warning this morning. Thx for already creating a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deprecation warning in puremac.rb: depends_on macos: string comparison is deprecated

2 participants