Set host to 127.0.0.1

This commit is contained in:
Jesse C. Fisher 2015-04-26 17:33:17 -07:00
parent 7b32bf8151
commit 56e968d7e4

View File

@ -35,7 +35,7 @@ guard :bundler do
files.each { |file| watch(helper.real_path(file)) }
end
guard 'rails' do
guard 'rails', host: '127.0.0.1' do
watch('Gemfile.lock')
watch(%r{^(config|lib)/.*})
end