Skip to content

Fixes #7 homebrew deprecation warning - #8

Open
eanekrasov wants to merge 1 commit into
validatedev:mainfrom
eanekrasov:fix/7-depends-on-macos
Open

Fixes #7 homebrew deprecation warning#8
eanekrasov wants to merge 1 commit into
validatedev:mainfrom
eanekrasov:fix/7-depends-on-macos

Conversation

@eanekrasov

@eanekrasov eanekrasov commented Aug 7, 2026

Copy link
Copy Markdown

Closes #7

This PR fixes the Homebrew deprecation warning triggered by brew doctor. It updates the outdated string comparison format for macOS dependencies to the modern syntax.

Changes

  • Replaced deprecated depends_on macos: "..." comparison with depends_on macos: :sequoia syntax.

This PR fixes the Homebrew deprecation warning triggered by `brew doctor`. 
It updates the outdated string comparison format for macOS dependencies to the modern syntax.

### Changes
- Replaced deprecated `depends_on macos: "..."` comparison with `depends_on macos: :sequoia` syntax.
@eanekrasov eanekrasov changed the title Closes #7 Fixes #7 homebrew deprecation warning Aug 7, 2026
@eanekrasov

Copy link
Copy Markdown
Author

@validatedev Hi! I've submitted a fix for the deprecation warning in #7.
Ready for your review when you have time.

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 on string comparison

1 participant