Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes issue alexch#108 `which` is used to determine if terminal-notifier can run, but then it’s run inside a Bundler environment where terminal-notifier may not exist in the Gemfile. This then results in: /gems/bundler-1.12.5/lib/bundler/rubygems_integration.rb:322:in `block in replace_gem': terminal-notifier is not part of the bundle. Add it to Gemfile. (Gem::LoadError) from /gems/ruby-2.2.5/bin/terminal-notifier:22:in `<main>' from /gems/ruby-2.2.5/bin/ruby_executable_hooks:15:in `eval' from /gems/ruby-2.2.5/bin/ruby_executable_hooks:15:in `<main>'
- Loading branch information