From 292d907d4095f98450bf125a3ffc19007fc3ee3f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 05:16:17 +0000 Subject: [PATCH] chore(deps): update dependency spring-watcher-listen to '~> 2.1.0' --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ed7e6cb..3f712d5 100644 --- a/Gemfile +++ b/Gemfile @@ -42,7 +42,7 @@ group :development do gem 'web-console', '>= 3.3.0' # 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.0.0' + gem 'spring-watcher-listen', '~> 2.1.0' # lint ruby code gem 'rubocop', require: false