From 6037312f5ae6f8e6b8fe53bed08c3fcb10fcc8e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 06:05:19 +0000 Subject: [PATCH] Bump listen from 3.7.0 to 3.8.0 Bumps [listen](https://github.com/guard/listen) from 3.7.0 to 3.8.0. - [Release notes](https://github.com/guard/listen/releases) - [Commits](https://github.com/guard/listen/compare/v3.7.0...v3.8.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 7d0829d5..6ec16a62 100644 --- a/Gemfile +++ b/Gemfile @@ -76,7 +76,7 @@ group :development do gem "annotate", "~> 3.1" gem "binding_of_caller", "~> 1.0" - gem "listen", "~> 3.7" + gem "listen", "~> 3.8" gem "spring", "~> 2.1" gem "spring-watcher-listen", "~> 2.0" end diff --git a/Gemfile.lock b/Gemfile.lock index d0b88b4a..73d7609c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -151,7 +151,7 @@ GEM colorize (~> 0.7) ruby_parser (>= 3.14.1) ffaker (2.20.0) - ffi (1.15.4) + ffi (1.15.5) globalid (1.0.0) activesupport (>= 5.0) haml (5.2.2) @@ -178,7 +178,7 @@ GEM json (2.6.1) jwt (2.3.0) libv8 (3.16.14.19) - listen (3.7.0) + listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) loofah (2.13.0) @@ -280,7 +280,7 @@ GEM thor (~> 1.0) rainbow (3.0.0) rake (13.0.6) - rb-fsevent (0.11.0) + rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) ref (2.0.0) @@ -430,7 +430,7 @@ DEPENDENCIES ffaker (~> 2.20) haml-rails (~> 2.0) image_processing (~> 1.2) - listen (~> 3.7) + listen (~> 3.8) mini_magick (~> 4.11) omniauth-github (~> 2.0) omniauth-google-oauth2 (~> 0.8)