Skip to content

volume-cartographer: use symbol form for depends_on macos#16

Merged
csparker247 merged 2 commits into
mainfrom
volume-cartographer-macos-symbol
Jun 12, 2026
Merged

volume-cartographer: use symbol form for depends_on macos#16
csparker247 merged 2 commits into
mainfrom
volume-cartographer-macos-symbol

Conversation

@csparker247

Copy link
Copy Markdown
Member

Summary

  • Replace deprecated string-comparison form depends_on macos: \">= :sonoma\" with depends_on macos: :sonoma.
  • In the Cask DSL, depends_on macos: :sonoma already means "Sonoma or newer" — the change is purely syntactic.

Silences the Homebrew deprecation warning:

Calling string comparison format for `depends_on macos:` is deprecated! Use `depends_on macos: :sonoma` instead.

Test plan

  • `brew style Casks/volume-cartographer.rb` → no offenses
  • `brew info --cask volume-cartographer` warning-free after merge

🤖 Generated with Claude Code

csparker247 and others added 2 commits June 12, 2026 09:43
Brew deprecated the string-comparison form of depends_on macos:.
`depends_on macos: :sonoma` is equivalent to `>= :sonoma` in the
Cask DSL — Sonoma or newer.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@csparker247 csparker247 merged commit 3cce30c into main Jun 12, 2026
0 of 4 checks passed
@csparker247 csparker247 deleted the volume-cartographer-macos-symbol branch June 12, 2026 14:07
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.

1 participant