guard 'rack' do
    watch('Gemfile.lock')
    watch('server.rb')
    watch(%r{^(lib)/.*})
end