File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88gem "colorize"
99gem "json"
10- gem "pry"
10+ gem "pry-byebug "
1111gem "rake" , "~> 13.0"
1212gem "rest-client"
1313gem "rspec" , "~> 3.0"
Original file line number Diff line number Diff line change 55 colorize
66 json
77 optparse
8+ pry-byebug
89 rest-client
910
1011GEM
1112 remote: https://rubygems.org/
1213 specs:
1314 ast (2.4.2 )
15+ byebug (11.1.3 )
1416 coderay (1.1.3 )
1517 colorize (0.8.1 )
1618 diff-lcs (1.5.0 )
3234 pry (0.14.1 )
3335 coderay (~> 1.1 )
3436 method_source (~> 1.0 )
37+ pry-byebug (3.10.1 )
38+ byebug (~> 11.0 )
39+ pry (>= 0.13 , < 0.15 )
3540 rainbow (3.1.1 )
3641 rake (13.0.6 )
3742 regexp_parser (2.6.0 )
@@ -80,7 +85,7 @@ DEPENDENCIES
8085 codeclimate_diff !
8186 colorize
8287 json
83- pry
88+ pry-byebug
8489 rake (~> 13.0 )
8590 rest-client
8691 rspec (~> 3.0 )
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ Gem::Specification.new do |spec|
2929 spec . add_dependency ( "colorize" )
3030 spec . add_dependency ( "json" )
3131 spec . add_dependency ( "optparse" )
32+ spec . add_dependency ( "pry-byebug" )
3233 spec . add_dependency ( "rest-client" )
3334
3435 # For more information and examples about making a new gem, check out our
You can’t perform that action at this time.
0 commit comments