Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning: Calling depends_on :macos => :yosemite is deprecated! #380

Closed
jwkicklighter opened this issue Jun 8, 2022 · 3 comments
Closed

Comments

@jwkicklighter
Copy link

Similar to #168, the following error is being displayed by homebrew:

Warning: Calling depends_on :macos => :yosemite is deprecated! There is no replacement.
Please report this issue to the shopify/shopify tap (not Homebrew/brew or Homebrew/core):
  /opt/homebrew/Library/Taps/shopify/homebrew-shopify/[email protected]:19
@josh1703658784
Copy link

I have the same issue on my machine. Details below.

OS: macOS Monterey
Chip: ARM

└─ brew --version
Homebrew 3.5.2
Homebrew/homebrew-core (git revision 91698a91699; last commit 2022-06-02)
Homebrew/homebrew-cask (git revision 07af25b1a0; last commit 2022-06-03)

@josh1703658784
Copy link

josh1703658784 commented Jun 21, 2022

@jwkicklighter

I dug around a bit. What version of brew are you running?

I resolved my issue by updating and upgrading. brew update should upgrade the Homebrew core, which should be enough. For myself I ran: brew update && brew upgrade. This should update Homebrew and all unpinned applications.

Then I found this helpful option:

└─ brew help update                                                                        
Usage: brew update [options]                                                               
                                                                                           
Fetch the newest version of Homebrew and all formulae from GitHub using git(1)
and perform any necessary migrations.                                                      
...
      --auto-update                Run on auto-updates (e.g. before brew      
                                   install). Skips some slower steps.
...

zhangnew added a commit to zhangnew/homebrew-shopify that referenced this issue Jun 30, 2022
fix depends_on :macos => :yosemite is deprecated

Yosemite is removed on this release https://github.com/Homebrew/brew/releases/tag/3.5.0
@jwkicklighter
Copy link
Author

@Joshuaks I think that was it, as I haven't seen the problem since I opened this issue.

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

No branches or pull requests

2 participants