From 5cd153809dcc9e7c32d3832521ca9d163410a328 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Thu, 13 Mar 2025 11:22:16 +0100 Subject: [PATCH 1/2] Update spring --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 8c71a4ee..6ee38af6 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ end group :development do gem 'listen' - gem 'spring', '~> 4.2.0' # TODO: investigate issue + gem 'spring' gem 'spring-commands-rspec' gem 'spring-watcher-listen' gem 'web-console' diff --git a/Gemfile.lock b/Gemfile.lock index 47829fe0..825f2c34 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -301,7 +301,7 @@ GEM rexml (~> 3.2) rubocop (>= 1.0, < 2.0) slim (>= 3.0, < 6.0) - spring (4.2.1) + spring (4.3.0) spring-commands-rspec (1.0.4) spring (>= 0.9.1) spring-watcher-listen (2.1.0) @@ -381,7 +381,7 @@ DEPENDENCIES simplecov-lcov slim-rails (~> 3.7) slim_lint - spring (~> 4.2.0) + spring spring-commands-rspec spring-watcher-listen turbo-rails (~> 2.0) From c0530d0ccfdb9a1aae072bf41ee09d65dc1ea6d9 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Tue, 7 Oct 2025 09:40:56 +0200 Subject: [PATCH 2/2] Test spring master --- Gemfile | 2 +- Gemfile.lock | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 6ee38af6..5263cfc3 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ end group :development do gem 'listen' - gem 'spring' + gem 'spring', github: 'rails/spring' gem 'spring-commands-rspec' gem 'spring-watcher-listen' gem 'web-console' diff --git a/Gemfile.lock b/Gemfile.lock index 825f2c34..a37e1028 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,9 @@ +GIT + remote: https://github.com/rails/spring.git + revision: 0b8dfae4ba95a635856b3dc32495ccce6b513241 + specs: + spring (4.4.0) + GEM remote: https://rubygems.org/ specs: @@ -301,7 +307,6 @@ GEM rexml (~> 3.2) rubocop (>= 1.0, < 2.0) slim (>= 3.0, < 6.0) - spring (4.3.0) spring-commands-rspec (1.0.4) spring (>= 0.9.1) spring-watcher-listen (2.1.0) @@ -381,7 +386,7 @@ DEPENDENCIES simplecov-lcov slim-rails (~> 3.7) slim_lint - spring + spring! spring-commands-rspec spring-watcher-listen turbo-rails (~> 2.0)