sportngin / brew-gem

Install gems as homebrew formulas
MIT License
195 stars 21 forks source link

Issues with brew-bundle #58

Open jasonkarns opened 5 years ago

jasonkarns commented 5 years ago

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.

josegonzalez commented 5 years ago

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...