From 63240e044612977309d9047a65adb354dceb9b96 Mon Sep 17 00:00:00 2001 From: evazion Date: Sat, 25 Sep 2021 08:00:52 -0500 Subject: [PATCH] Remove config/spring.rb. We no longer use Spring (https://github.com/rails/spring). --- config/spring.rb | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 config/spring.rb diff --git a/config/spring.rb b/config/spring.rb deleted file mode 100644 index 93afb9a1c..000000000 --- a/config/spring.rb +++ /dev/null @@ -1,10 +0,0 @@ -# This file configures Spring, the Rails application preloader. -# -# @see https://github.com/rails/spring - -%w[ - .ruby-version - .rbenv-vars - tmp/restart.txt - tmp/caching-dev.txt -].each { |path| Spring.watch(path) }