From 725ea204a2393b0d0b55bd8df5b2d47b553fb3f3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2019 04:17:24 +0000 Subject: [PATCH] Bump guard from 2.15.0 to 2.16.1 Bumps [guard](https://github.com/guard/guard) from 2.15.0 to 2.16.1. - [Release notes](https://github.com/guard/guard/releases) - [Commits](https://github.com/guard/guard/compare/v2.15.0...v2.16.1) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 43867df..362d684 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gemspec group :development do gem 'coveralls', require: false gem 'fakeweb', '~> 1.3.0' - gem 'guard', '~> 2.15.0' + gem 'guard', '~> 2.16.1' gem 'guard-rspec', '~> 4.7.3' gem 'listen', '~> 3.1.5' gem 'rspec', '~> 3.8.0' diff --git a/Gemfile.lock b/Gemfile.lock index 8233cc7..c3b521e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -19,9 +19,9 @@ GEM diff-lcs (1.3) docile (1.3.1) fakeweb (1.3.0) - ffi (1.9.25) + ffi (1.11.3) formatador (0.2.5) - guard (2.15.0) + guard (2.16.1) formatador (>= 0.2.4) listen (>= 2.7, < 4.0) lumberjack (>= 1.0.12, < 2.0) @@ -45,7 +45,7 @@ GEM lumberjack (1.0.13) method_source (0.9.2) nenv (0.3.0) - notiffany (0.1.1) + notiffany (0.1.3) nenv (~> 0.1) shellany (~> 0.0) parallel (1.14.0) @@ -62,8 +62,8 @@ GEM rainbow (3.0.0) rake (12.3.2) rb-fsevent (0.10.3) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) + rb-inotify (0.10.0) + ffi (~> 1.0) rspec (3.8.0) rspec-core (~> 3.8.0) rspec-expectations (~> 3.8.0) @@ -107,7 +107,7 @@ DEPENDENCIES bundler (~> 1.16.2) coveralls fakeweb (~> 1.3.0) - guard (~> 2.15.0) + guard (~> 2.16.1) guard-rspec (~> 4.7.3) listen (~> 3.1.5) mailinator!