From ae8c160b8d14e2063ac514a144bce03b6367352e Mon Sep 17 00:00:00 2001 From: Bucky Wilson Date: Wed, 13 Dec 2017 17:14:58 +1000 Subject: [PATCH] Moving pry and pry-byebug into tests group. --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index cbfbdf5fb..c043c0d78 100644 --- a/Gemfile +++ b/Gemfile @@ -99,6 +99,8 @@ group :test do gem 'capybara' # RESTful API tests/generic command module tests gem 'rest-client', '>= 2.0.1' + gem 'pry' + gem 'pry-byebug' end end