Introduction
Introduction Statistics Contact Development Disclaimer Help
Adding PRY gem for helping with debugging - warvox - VoIP based wardialing tool…
Log
Files
Refs
README
---
commit 9bec858678949e4169f78911c1062767d4cdcd7d
parent 24010cbcd67ffd59e6abffa8d17493a9e3207471
Author: Jay Scott <[email protected]>
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(-)
---
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'
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)
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.