Closed grzegorzkrukowski closed 2 years ago
Can you try doing
rm -rf /usr/local/Homebrew/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.0/data
before doing brew update
and see if it helps?
hey @carlocab - I just tried that, but it didn't help
Hey, yes, there seems to be something off with the dependencies. What I would suggest is running brew audit --cask <some cask>
, which actually downloads and sets up some dependencies that are usually missing.
Not sure if there is a better way to do that, but that helped me.
Ah, more info: This is the culprit: https://github.com/Homebrew/brew/pull/13292
So "proper" fix would also be running brew install-bundler-gems
as suggested by @samford elsewhere š
Does a brew update
resolve it now?
Hey @SMillerDev - yes now it worked properly - without applying the fixes mentioned by @ondrejfuhrer.
I didn't have a chance to try out the suggestion to use brew install-bundler-gems
unfortunately - but I believe it's not required and the real problem was in brew itself ?
@grzegorzkrukowski no it shouldn't be required, was a workaround. Now it works because the change was reverted https://github.com/Homebrew/brew/commit/95213893a614fa399d16efd13c9440bb0dc5e8d5
ok, thanks @ondrejfuhrer - then it resolves my issue - thanks for the quick responses!
Verification
--force
.brew update-reset && brew update
and retried my command.brew doctor
, fixed as many issues as possible and retried my command.Description of issue
When running the:
I am getting an error:
I run it on GitHub runners - the latest macOS-11.
It doesn't happen when I skip
brew update
and callbrew bump-cask-pr
directly without itCommand that failed
brew bump-cask-pr --version 1.35 raycast --verbose --debug
Output of command with
--verbose --debug
Output of
brew doctor --verbose
Output of
brew tap