6 lines
76 B
Plaintext
6 lines
76 B
Plaintext
|
guard 'rails' do
|
||
|
watch('Gemfile.lock')
|
||
|
watch(%r{^(config|lib)/.*})
|
||
|
end
|
||
|
|