You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2025. It is now read-only.
I am running brew bundle dump --file="$SYSTEM_FILES_DIR/Brewfile" --force which puts the taps below the brews. This in turn seems to cause the brews which rely on the tap to fail
Here's a Brewfile that fails the command brew bundle --file=Brewfile
brew "shopify/shopify/shopify-cli"
tap "shopify/shopify"
So after running a bundle dump we have to manually sort the file in order for bundle --file= to work correctly
This assumes that we think that we should be able to dump a Brewfile which is valid and loadable.