mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
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:
parent
578ad09cd7
commit
d7fe3694c9
1 changed files with 1 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -23,6 +23,7 @@ group :test do
|
|||
gem 'jsonschema', '~> 2.0.2'
|
||||
gem 'passgen'
|
||||
gem 'm'
|
||||
gem 'pry-byebug'
|
||||
end
|
||||
|
||||
group :integration do
|
||||
|
|
Loading…
Reference in a new issue