From 336707973a3d3e5ba15831e53014c1c93ad865cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 10:03:49 +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 c0908632..3c49a354 100644 --- a/Gemfile +++ b/Gemfile @@ -75,7 +75,7 @@ group :development do gem 'capistrano-rbenv', '~> 2.0' # required gem 'capistrano-rbenv-install', '~> 1.2.0' # Access an interactive console on exception pages or by calling 'console' anywhere in the code. - gem 'listen', '>= 3.0.5', '< 3.9' + gem 'listen', '>= 3.0.5', '< 3.10' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' gem 'spring-watcher-listen', '~> 2.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index 2ce7b26d..cac85d74 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -156,7 +156,7 @@ GEM railties (>= 6.0.0) json (2.7.1) language_server-protocol (3.17.0.3) - listen (3.8.0) + listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) loofah (2.22.0) @@ -394,7 +394,7 @@ DEPENDENCIES jbuilder (~> 2.5) jquery-rails jsbundling-rails - listen (>= 3.0.5, < 3.9) + listen (>= 3.0.5, < 3.10) mysql2 net-smtp pagy (~> 7.0.2)