From e510707cd4fef55f0fe27cb2125ef7f301a6c7a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 03:19:30 +0000 Subject: [PATCH] Bump listen from 3.8.0 to 3.9.0 Bumps [listen](https://github.com/guard/listen) from 3.8.0 to 3.9.0. - [Release notes](https://github.com/guard/listen/releases) - [Commits](https://github.com/guard/listen/compare/v3.8.0...v3.9.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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a09d231..7d87924 100644 --- a/Gemfile +++ b/Gemfile @@ -20,4 +20,4 @@ group :test do gem 'rack_session_access', '~> 0.2.0' end -gem "listen", "~> 3.7", :group => :development +gem "listen", "~> 3.9", :group => :development diff --git a/Gemfile.lock b/Gemfile.lock index c73693a..a94f972 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -110,7 +110,7 @@ GEM rdoc reline (>= 0.4.2) jwt (2.7.1) - listen (3.8.0) + listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) lograge (0.14.0) @@ -280,7 +280,7 @@ PLATFORMS DEPENDENCIES dotenv-rails - listen (~> 3.7) + listen (~> 3.9) lograge (~> 0.14.0) logstash-event (~> 1.2.02) notifications-ruby-client (~> 5.4.0)