Moving pry and pry-byebug into tests group.

This commit is contained in:
Bucky Wilson
2017-12-13 17:14:58 +10:00
parent dbb1b7daf4
commit f98dfd4515

View File

@@ -99,13 +99,9 @@ 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
# For development
group :dev do
gem 'pry'
gem 'pry-byebug'
end
source 'https://rubygems.org'