From 51cf67d542f3e79199280c79c10d14210f8aea6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Sep 2021 06:06:41 +0000 Subject: [PATCH] Bump listen from 3.4.1 to 3.7.0 Bumps [listen](https://github.com/guard/listen) from 3.4.1 to 3.7.0. - [Release notes](https://github.com/guard/listen/releases) - [Commits](https://github.com/guard/listen/compare/v3.4.1...v3.7.0) --- updated-dependencies: - dependency-name: listen dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 014703c..7e01c14 100644 --- a/Gemfile +++ b/Gemfile @@ -74,7 +74,7 @@ end group :development do gem 'dip', '~> 6.1' gem 'letter_opener', '~> 1.7' - gem 'listen', '~> 3.4' + gem 'listen', '~> 3.7' gem 'spring', '~> 2.1' gem 'spring-watcher-listen', '~> 2.0', '>= 2.0.1' end diff --git a/Gemfile.lock b/Gemfile.lock index 5977345..74c0a86 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -193,7 +193,7 @@ GEM colorize (~> 0.7) ruby_parser (>= 3.14.1) ffaker (2.18.0) - ffi (1.14.2) + ffi (1.15.3) formtastic (4.0.0) actionpack (>= 5.2.0) formtastic_i18n (0.6.0) @@ -259,7 +259,7 @@ GEM lefthook (0.7.2) letter_opener (1.7.0) launchy (~> 2.2) - listen (3.4.1) + listen (3.7.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) loofah (2.9.0) @@ -357,7 +357,7 @@ GEM activerecord (>= 5.2.4) activesupport (>= 5.2.4) i18n - rb-fsevent (0.10.4) + rb-fsevent (0.11.0) rb-inotify (0.10.1) ffi (~> 1.0) redis (4.2.5) @@ -554,7 +554,7 @@ DEPENDENCIES jwt_sessions (~> 2.5) lefthook (~> 0.7.2) letter_opener (~> 1.7) - listen (~> 3.4) + listen (~> 3.7) mock_redis (~> 0.27.3) n_plus_one_control (~> 0.6.0) oj (~> 3.11)