From 6b38c25c72de137db6e5c6520b91c9e9f8d906c7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 1 Aug 2021 04:13:50 +0000 Subject: [PATCH] Bump listen from 3.1.5 to 3.6.0 Bumps [listen](https://github.com/guard/listen) from 3.1.5 to 3.6.0. - [Release notes](https://github.com/guard/listen/releases) - [Commits](https://github.com/guard/listen/compare/v3.1.5...v3.6.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 18 ++++++++---------- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 43867df..872aaa6 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ group :development do gem 'fakeweb', '~> 1.3.0' gem 'guard', '~> 2.15.0' gem 'guard-rspec', '~> 4.7.3' - gem 'listen', '~> 3.1.5' + gem 'listen', '~> 3.6.0' gem 'rspec', '~> 3.8.0' gem 'rubocop', '~> 0.65.0' end diff --git a/Gemfile.lock b/Gemfile.lock index 8233cc7..4b3660f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -19,7 +19,7 @@ GEM diff-lcs (1.3) docile (1.3.1) fakeweb (1.3.0) - ffi (1.9.25) + ffi (1.15.3) formatador (0.2.5) guard (2.15.0) formatador (>= 0.2.4) @@ -38,10 +38,9 @@ GEM hashie (3.6.0) jaro_winkler (1.5.2) json (2.1.0) - listen (3.1.5) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - ruby_dep (~> 1.2) + listen (3.6.0) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) lumberjack (1.0.13) method_source (0.9.2) nenv (0.3.0) @@ -61,9 +60,9 @@ GEM psych (3.1.0) rainbow (3.0.0) rake (12.3.2) - rb-fsevent (0.10.3) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) + rb-fsevent (0.11.0) + rb-inotify (0.10.1) + ffi (~> 1.0) rspec (3.8.0) rspec-core (~> 3.8.0) rspec-expectations (~> 3.8.0) @@ -87,7 +86,6 @@ GEM ruby-progressbar (~> 1.7) unicode-display_width (~> 1.4.0) ruby-progressbar (1.10.0) - ruby_dep (1.5.0) shellany (0.0.1) simplecov (0.16.1) docile (~> 1.1) @@ -109,7 +107,7 @@ DEPENDENCIES fakeweb (~> 1.3.0) guard (~> 2.15.0) guard-rspec (~> 4.7.3) - listen (~> 3.1.5) + listen (~> 3.6.0) mailinator! pry (~> 0.12.2) pry-byebug (~> 3.7.0)