Skip to content

Commit

Permalink
switch from byebug to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ccutrer committed Sep 28, 2023
1 parent 3c27dc3 commit 6b4ae27
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
19 changes: 16 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,30 @@ GEM
specs:
ast (2.4.2)
base64 (0.1.1)
byebug (11.1.3)
debug (1.8.0)
irb (>= 1.5.0)
reline (>= 0.3.1)
diff-lcs (1.5.0)
io-console (0.6.0)
irb (1.8.1)
rdoc
reline (>= 0.3.8)
json (2.6.3)
language_server-protocol (3.17.0.3)
parallel (1.23.0)
parser (3.2.2.3)
ast (~> 2.4.1)
racc
psych (5.1.0)
stringio
racc (1.7.1)
rainbow (3.1.1)
rake (13.0.6)
rdoc (6.5.0)
psych (>= 4.0.0)
regexp_parser (2.8.1)
reline (0.3.8)
io-console (~> 0.5)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
Expand Down Expand Up @@ -66,6 +78,7 @@ GEM
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0)
stringio (3.0.8)
unicode-display_width (2.4.2)

PLATFORMS
Expand All @@ -77,12 +90,12 @@ PLATFORMS

DEPENDENCIES
bundler-multilock!
byebug (~> 11.1)
debug (~> 1.8)
rake (~> 13.0)
rspec (~> 3.12)
rubocop-inst (~> 1.0)
rubocop-rake (~> 0.6)
rubocop-rspec (~> 2.24)

BUNDLED WITH
2.4.19
2.4.20
2 changes: 1 addition & 1 deletion bundler-multilock.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "bundler", "~> 2.4.19"

spec.add_development_dependency "byebug", "~> 11.1"
spec.add_development_dependency "debug", "~> 1.8"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.12"
spec.add_development_dependency "rubocop-inst", "~> 1.0"
Expand Down

0 comments on commit 6b4ae27

Please sign in to comment.