From 1ed6b5ac2301dbb759d3aa747fee3c5509b2bdbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 01:13:11 +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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index f2a53257..e97dd132 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ end group :development do gem 'dotenv-rails', '~> 2.8' - gem 'listen', '>= 3.0.5', '< 3.9' + gem 'listen', '>= 3.0.5', '< 3.10' gem 'tinify' end diff --git a/Gemfile.lock b/Gemfile.lock index daacb6af..6bad2b86 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -105,7 +105,7 @@ GEM dotenv (= 2.8.1) railties (>= 3.2) erubi (1.12.0) - ffi (1.15.5) + ffi (1.16.3) globalid (1.2.1) activesupport (>= 6.1) httpclient (2.8.3) @@ -114,7 +114,7 @@ GEM jmespath (1.6.2) kramdown (2.4.0) rexml - 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) @@ -250,7 +250,7 @@ DEPENDENCIES capybara (~> 3.40) dotenv-rails (~> 2.8) kramdown (~> 2.4) - listen (>= 3.0.5, < 3.9) + listen (>= 3.0.5, < 3.10) puma (~> 6) rails (~> 7.0) rails-controller-testing (~> 1.0)