mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 10:39:54 +01:00
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:
parent
13e6943fc6
commit
e21f5cb39d
2 changed files with 0 additions and 3 deletions
1
Gemfile
1
Gemfile
|
@ -70,7 +70,6 @@ gem "jwt", "~> 2.7"
|
|||
|
||||
group :development do
|
||||
gem "binding_of_caller"
|
||||
gem "spring", "~> 4.1"
|
||||
end
|
||||
|
||||
gem "puma"
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue