Remove Spring from the project

IMHO, Spring no longer provides benefits in this project and:

- Spring was already disabled in the test environment since commit e4e0cb5d47
- Rails removed Spring as a default installation option in 2021 [1]

[1] PR #42997 from https://github.com/rails/rails/
This commit is contained in:
taitus
2025-05-30 16:14:11 +02:00
parent 72b92b3c30
commit 11e84159d9
4 changed files with 0 additions and 26 deletions

View File

@@ -1,6 +0,0 @@
%w[
.ruby-version
.rbenv-vars
tmp/restart.txt
tmp/caching-dev.txt
].each { |path| Spring.watch(path) }