homebrew reports deprecation for :unneeded
Warning: Calling bottle :unneeded is deprecated! There is no replacement. Please report this issue to the wagoodman/dive tap (not Homebrew/brew or Homebrew/core): /usr/local/Homebrew/Library/Taps/wagoodman/homebrew-dive/dive.rb:6
After removing the dive and reinstalling it, it no longer prompts a warning, which worked for me
Also reported here: https://github.com/wagoodman/homebrew-dive/issues/3
@jschank Didn't work for me. with the latest version. The bottle: unneeded is added with the latest release. See: https://github.com/wagoodman/homebrew-dive/commit/921fba131d000f5a3db0cb15439b7fa56e86f663#diff-44324c894a979031ffec702c85f7277ee826c49ba24d0893366f98f6b1b519e2R6
I was able to resolve this locally by running the following command
brew uninstall dive && brew untap wagoodman/dive && brew install dive
I see. dive is included in the core formulae of Homebrew: https://github.com/Homebrew/homebrew-core/blob/master/Formula/dive.rb.
So why is the https://github.com/wagoodman/homebrew-dive still there? Kind of confusing.
As others have commented, Homebrew users should uninstall the dive app from the wagoodman/dive tap and install the one from homebrew/core to resolve this issue.
@jschank This can now be closed as https://github.com/wagoodman/homebrew-dive/pull/5 is merged, which fixes this