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
I'm curious if anyone has any workarounds for deailing with brew-bundle for brew-gem installed utilities.
brew bundle dump will dump a "formula" named gem-foo, which then fails during a subsequent brew bundle
Has anyone attempted monkey patching support for brew-gem into brew-bundle? I'd be more interested in a format that would make the bundle install process work. If that were possible, then it would be a (fairly) simple matter of manually editing the generated Brewfile.
The text was updated successfully, but these errors were encountered:
It might be worth creating a brew gem list command that then can be used by brew bundle? I did similar in my fork of brew-pip so that I could manage pip packages easier...
I'm curious if anyone has any workarounds for deailing with brew-bundle for brew-gem installed utilities.
brew bundle dump
will dump a "formula" namedgem-foo
, which then fails during a subsequentbrew bundle
Has anyone attempted monkey patching support for brew-gem into brew-bundle? I'd be more interested in a format that would make the bundle install process work. If that were possible, then it would be a (fairly) simple matter of manually editing the generated
Brewfile
.The text was updated successfully, but these errors were encountered: