From 71bb120a12b8a25751163717b9357cf713e3128d Mon Sep 17 00:00:00 2001 From: Jeremy Cook Date: Sun, 19 Mar 2017 14:44:44 -0400 Subject: [PATCH] Update to dependency. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 86e1dff..d6ff3cc 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ group :development do gem 'libnotify' end if RbConfig::CONFIG['host_os'] =~ /darwin|mac os/ - gem 'terminal-notifier-guard', '~> 1.6.1' + gem 'terminal-notifier-guard', '~> 1.7.0' end gem "coveralls", require: false gem "rubocop"