From 28e9af4010a250bdf71fc64dc9eef78916edd009 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 04:42:31 +0000 Subject: [PATCH] Update listen requirement from >= 3.0.5, < 3.9 to >= 3.0.5, < 3.10 Updates the requirements on [listen](https://github.com/guard/listen) to permit the latest version. - [Release notes](https://github.com/guard/listen/releases) - [Commits](https://github.com/guard/listen/compare/v3.0.5...v3.9.0) --- updated-dependencies: - dependency-name: listen dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 4624895..026f8a6 100644 --- a/Gemfile +++ b/Gemfile @@ -58,7 +58,7 @@ end group :development do # Access an interactive console on exception pages or by calling 'console' anywhere in the code. gem "web-console", ">= 3.7.0" - 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"