Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblackst0ne <blackst0ne.ru@gmail.com>2018-03-22 01:37:57 +0300
committerblackst0ne <blackst0ne.ru@gmail.com>2018-03-22 01:37:57 +0300
commit36bedfb7f37931a33d9af586296404c02c3ab80e (patch)
tree9ca6e11053aea141c50030cb6e1de04c24b3432f /config/spring.rb
parent5ae91f323d054341c0d012de85835ef40f1bf9f8 (diff)
[Rails5] Update files by `rails app:update`
Diffstat (limited to 'config/spring.rb')
-rw-r--r--config/spring.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/spring.rb b/config/spring.rb
new file mode 100644
index 00000000000..c9119b40c08
--- /dev/null
+++ b/config/spring.rb
@@ -0,0 +1,6 @@
+%w(
+ .ruby-version
+ .rbenv-vars
+ tmp/restart.txt
+ tmp/caching-dev.txt
+).each { |path| Spring.watch(path) }