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