From e69b9b24c71b0d1c6c4febc802b1354ac38ed5fa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 15:11:24 +0000 Subject: [PATCH] Update libnotify requirement from ~> 0.1.3 to ~> 0.9.4 Updates the requirements on [libnotify](https://github.com/splattael/libnotify) to permit the latest version. - [Release notes](https://github.com/splattael/libnotify/releases) - [Commits](https://github.com/splattael/libnotify/commits) Signed-off-by: dependabot-preview[bot] --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index a897375..575b22a 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ platforms :ruby do end if RbConfig::CONFIG['target_os'] =~ /linux/i gem 'rb-inotify', '>= 0.5.1' - gem 'libnotify', '~> 0.1.3' + gem 'libnotify', '~> 0.9.4' end end @@ -22,6 +22,6 @@ platforms :jruby do end if RbConfig::CONFIG['target_os'] =~ /linux/i gem 'rb-inotify', '>= 0.5.1' - gem 'libnotify', '~> 0.1.3' + gem 'libnotify', '~> 0.9.4' end end