Currently, I can get either Growl or Terminal Notifier to work with Guard. Whatever I placed in my Gemfile and did not run bundle , and then worked.
I need to have a place other than a Gemfile to choose which one to use. I am working on a project with several developers, and most of them use Growl. I prefer Terminal Notifier.
I do not want to make changes to the Gemfile because it is in version control.
I cannot find a way to move this to Guardfile . Is the next best thing to just do a direct include in the gemfile and separate it where each developer can edit his .extra-gems file or something else? It seems messy.
source share