This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Description
I am running brew bundle dump --file="$SYSTEM_FILES_DIR/Brewfile" --force
which puts the tap
s below the brew
s. This in turn seems to cause the brew
s 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.