URI: 
       Adding PRY gem for helping with debugging - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 9bec858678949e4169f78911c1062767d4cdcd7d
   DIR parent 24010cbcd67ffd59e6abffa8d17493a9e3207471
  HTML Author: Jay Scott <jay@beardyjay.co.uk>
       Date:   Fri, 26 Aug 2016 10:14:11 +0000
       
       Adding PRY gem for helping with debugging
       
       Diffstat:
         M Gemfile                             |       1 +
         M Gemfile.lock                        |       1 +
       
       2 files changed, 2 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/Gemfile b/Gemfile
       @@ -51,6 +51,7 @@ group :development, :test do
        end
        group :test do
          gem 'capybara'
       +  gem 'pry'
          gem 'database_cleaner'
          gem 'launchy'
          gem 'selenium-webdriver'
   DIR diff --git a/Gemfile.lock b/Gemfile.lock
       @@ -351,6 +351,7 @@ DEPENDENCIES
          kissfft
          launchy
          pg (~> 0.18)
       +  pry
          psych_shield
          rails (= 5.0.0)
          rails-settings-cached (>= 0.4.1)