From 0fbeaa157e34314688b43bf65476c93c48a7cf3f Mon Sep 17 00:00:00 2001 From: gms-gs Date: Wed, 4 Dec 2024 11:34:13 +0000 Subject: [PATCH] Remove Spring gem --- Gemfile | 5 ----- Gemfile.lock | 9 --------- 2 files changed, 14 deletions(-) diff --git a/Gemfile b/Gemfile index 3a66111629..1f4829b5f3 100644 --- a/Gemfile +++ b/Gemfile @@ -225,11 +225,6 @@ group :development do # Output scaffold commands based on schema gem 'schema_to_scaffold' - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' - gem 'spring-commands-rspec' - gem 'spring-watcher-listen', '~> 2.1.0' - # Make HTTP requests fun again gem 'httparty' end diff --git a/Gemfile.lock b/Gemfile.lock index 302a0daf40..5232aa1399 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -688,12 +688,6 @@ GEM skylight (6.0.4) activesupport (>= 5.2.0) smart_properties (1.17.0) - spring (4.2.1) - spring-commands-rspec (1.0.4) - spring (>= 0.9.1) - spring-watcher-listen (2.1.0) - listen (>= 2.7, < 4.0) - spring (>= 4) stringio (3.1.2) super_diff (0.14.0) attr_extras (>= 6.2.4) @@ -845,9 +839,6 @@ DEPENDENCIES simplecov (< 0.23) site_prism (~> 5.0) skylight - spring - spring-commands-rspec - spring-watcher-listen (~> 2.1.0) super_diff table_print terminal-table