]> git.openstreetmap.org Git - rails.git/blob - config/spring.rb
Add frozen_string_literal comments to ruby files
[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) }