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)