From a9a5b81dc54f7ed84d41dc0d303f07077b0fd11a Mon Sep 17 00:00:00 2001 From: Jeremy Cook Date: Sun, 11 Oct 2015 22:18:33 -0400 Subject: [PATCH] Adding system notifications to development gems. --- Gemfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index 6529655..07c3d7b 100644 --- a/Gemfile +++ b/Gemfile @@ -19,6 +19,9 @@ group :development do if RbConfig::CONFIG['host_os'] =~ /linux|freebsd|openbsd|sunos|solaris/ gem 'libnotify' end + if RbConfig::CONFIG['host_os'] =~ /darwin|mac os/ + gem 'terminal-notifier-guard', '~> 1.6.1' + end if RUBY_VERSION >= '1.9.2' gem "rubocop" end