From 56e968d7e462340456e83621483312ae4a8c1744 Mon Sep 17 00:00:00 2001 From: "Jesse C. Fisher" Date: Sun, 26 Apr 2015 17:33:17 -0700 Subject: [PATCH] Set host to 127.0.0.1 --- Guardfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Guardfile b/Guardfile index aa8e0e45..68b1aba8 100644 --- a/Guardfile +++ b/Guardfile @@ -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