Skip to content

Commit

Permalink
Change pry by pry-byebug
Browse files Browse the repository at this point in the history
pry-byebug has the methods next, step, continue, up and down to
debug the code
  • Loading branch information
locawebemailmarketing committed Jul 8, 2020
1 parent c3d573f commit ee4930a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion format_parser.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'rake', '~> 12'
spec.add_development_dependency 'simplecov', '~> 0.15'
spec.add_development_dependency 'pry', '~> 0.11'
spec.add_development_dependency 'pry-byebug', '~> 3.9'
spec.add_development_dependency 'yard', '~> 0.9'
spec.add_development_dependency 'wetransfer_style', '0.5.0'
spec.add_development_dependency 'parallel_tests'
Expand Down

0 comments on commit ee4930a

Please # to comment.