diff --git a/Guardfile b/Guardfile index f9fa6181..b3c1d525 100644 --- a/Guardfile +++ b/Guardfile @@ -44,7 +44,7 @@ guard 'migrate' do watch('db/seeds.rb') end -guard :rails, port: 3000, host: '0.0.0.0' do +guard :rails, port: 3000, host: '0.0.0.0', CLI: 'bin/rails server' do watch('Gemfile.lock') watch(%r{^(config|lib)/.*\.rb}) end