From e21f5cb39d8f67ee6f4ab14cb61f0bcf5494d1ef Mon Sep 17 00:00:00 2001 From: Karina Kwiatek Date: Fri, 20 Oct 2023 09:41:03 +0200 Subject: [PATCH] Remove spring Spring is no longer included with Rails by default See https://rubyonrails.org/2021/12/15/Rails-7-fulfilling-a-vision#a-few-other-highlights --- Gemfile | 1 - Gemfile.lock | 2 -- 2 files changed, 3 deletions(-) diff --git a/Gemfile b/Gemfile index e1d1eb41..706e2ba6 100644 --- a/Gemfile +++ b/Gemfile @@ -70,7 +70,6 @@ gem "jwt", "~> 2.7" group :development do gem "binding_of_caller" - gem "spring", "~> 4.1" end gem "puma" diff --git a/Gemfile.lock b/Gemfile.lock index ce5431b3..0fdfc9eb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -461,7 +461,6 @@ GEM json simplecov simplecov_json_formatter (0.1.4) - spring (4.1.1) sprockets (4.2.1) concurrent-ruby (~> 1.0) rack (>= 2.2.4, < 4) @@ -580,7 +579,6 @@ DEPENDENCIES simplecov simplecov-cobertura simplecov-json - spring (~> 4.1) sprockets (~> 4.2) sprockets-rails tldv (~> 0.1.0)