]> git.openstreetmap.org Git - rails.git/blob - config/spring.rb
Merge pull request #6394 from openstreetmap/dependabot/github_actions/ruby/setup...
[rails.git] / config / spring.rb
1 # frozen_string_literal: true
2
3 %w[
4   .ruby-version
5   .rbenv-vars
6   tmp/restart.txt
7   tmp/caching-dev.txt
8 ].each { |path| Spring.watch(path) }