Add pry-byebug to our Gemfile. We all install this anyway, lets make it a (#2889)

bit easier to develop inspec =)

Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
Miah Johnson 2018-03-28 08:23:06 -07:00 committed by Jared Quick
parent 578ad09cd7
commit d7fe3694c9

View file

@ -23,6 +23,7 @@ group :test do
gem 'jsonschema', '~> 2.0.2'
gem 'passgen'
gem 'm'
gem 'pry-byebug'
end
group :integration do