From fe622b2bc71c31cd1f461ecca9936c6aba114720 Mon Sep 17 00:00:00 2001 From: Randall Floyd Date: Wed, 4 Dec 2024 14:27:00 -0500 Subject: [PATCH] Updating spring-watcher keeping the Rails console from loading --- .dassie/Gemfile | 2 +- .koppie/Gemfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.dassie/Gemfile b/.dassie/Gemfile index 25d43ecdb1..32c410a99a 100644 --- a/.dassie/Gemfile +++ b/.dassie/Gemfile @@ -50,7 +50,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' end group :development, :test do diff --git a/.koppie/Gemfile b/.koppie/Gemfile index e943bbcf8f..b9c69b065a 100644 --- a/.koppie/Gemfile +++ b/.koppie/Gemfile @@ -50,7 +50,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' end group :development, :test do