From cd25fe09afe5ed513ace8ed5ab0c44211bd0e740 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 13:08:22 +0000 Subject: [PATCH] Bump listen from 3.7.1 to 3.9.0 (#4390) Bumps [listen](https://github.com/guard/listen) from 3.7.1 to 3.9.0. - [Release notes](https://github.com/guard/listen/releases) - [Commits](https://github.com/guard/listen/compare/v3.7.1...v3.9.0) --- updated-dependencies: - dependency-name: listen dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 2602de4c44..64d9d7d888 100644 --- a/Gemfile +++ b/Gemfile @@ -150,7 +150,7 @@ end group :development do # Access an interactive console on exception pages or by calling 'console' anywhere in the code. - gem "listen", "~> 3.7.1" + gem "listen", "~> 3.9.0" gem "web-console", ">= 4.2.0" # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring diff --git a/Gemfile.lock b/Gemfile.lock index 6ca8f91823..69efdff843 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -259,7 +259,8 @@ GEM faraday (>= 0.9, < 2.0) stoplight (>= 2.1, < 4.0) fastimage (2.3.1) - ffi (1.15.5) + ffi (1.17.0) + ffi (1.17.0-x86_64-linux-gnu) foreman (0.88.1) fugit (1.11.0) et-orbi (~> 1, >= 1.2.11) @@ -356,7 +357,7 @@ GEM kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) language_server-protocol (3.17.0.3) - listen (3.7.1) + listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) loaf (0.10.0) @@ -475,7 +476,7 @@ GEM rainbow (3.1.1) rake (13.2.1) rb-fsevent (0.11.2) - rb-inotify (0.10.1) + rb-inotify (0.11.1) ffi (~> 1.0) redis (5.3.0) redis-client (>= 0.22.0) @@ -681,7 +682,7 @@ DEPENDENCIES kaminari (~> 1.2, >= 1.2.2) knapsack kramdown (>= 2.4.0) - listen (~> 3.7.1) + listen (~> 3.9.0) loaf (>= 0.10.0) logger (>= 1.5.1) matrix (>= 0.4.2)