sportngin / brew-gem

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

Allow brew-gem to accept a '--homebrew-ruby' flag that uses /usr/local/bin/ruby instead of /usr/bin/ruby #29

Closed anfleene closed 7 years ago

anfleene commented 7 years ago

Description and Impact

This hopefully address the request from #28

This is sort of a stop gap to allow people to select what version of ruby they want to use. The main caveat being that you can't use an unlinked version of homebrew ruby. Or a ruby installed anywhere besides /usr/local/bin/ruby. I'm sort of ok with that for now. If we want to allow passing a location for ruby in the future we can.

bbergstrom commented 7 years ago

CR 👍

jpdurham commented 7 years ago

QA 👍