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
This commit is contained in:
Karina Kwiatek 2023-10-20 09:41:03 +02:00
parent 13e6943fc6
commit e21f5cb39d
2 changed files with 0 additions and 3 deletions

View File

@ -70,7 +70,6 @@ gem "jwt", "~> 2.7"
group :development do
gem "binding_of_caller"
gem "spring", "~> 4.1"
end
gem "puma"

View File

@ -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)