# HG changeset patch # User Meredith Howard # Date 1462373408 25200 # Node ID 0258fafac928918610f53ce505eab587c86725bf # Parent dd3ff17527147c952f2fa2a88d678893ae52a083 Add guard, guard-shell diff --git a/.Gemfile b/.Gemfile --- a/.Gemfile +++ b/.Gemfile @@ -4,3 +4,5 @@ gem 'git-up' gem 'pry' gem 'httparty' gem 'asciidoctor' +gem 'guard' +gem 'guard-shell'