Remove config/spring.rb.

We no longer use Spring (https://github.com/rails/spring).
This commit is contained in:
evazion
2021-09-25 08:00:52 -05:00
parent 04cd6d0d3f
commit 63240e0446

View File

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