Skip to content

Commit

Permalink
byebug -> debug
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Aug 23, 2024
1 parent 5ecaac3 commit 75d2fcd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ group :benchmark do
gem "stackprof", platform: :mri
end

gem "byebug", platform: :mri
gem "debug", platform: :mri
17 changes: 15 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,37 @@ GEM
specs:
ast (2.4.2)
benchmark-ips (2.13.0)
byebug (11.1.3)
connection_pool (2.4.1)
debug (1.9.2)
irb (~> 1.10)
reline (>= 0.3.8)
hiredis (0.6.3)
hiredis (0.6.3-java)
io-console (0.7.2)
irb (1.14.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.7.1)
json (2.7.1-java)
minitest (5.25.1)
parallel (1.24.0)
parser (3.3.0.5)
ast (~> 2.4.1)
racc
psych (5.1.2)
stringio
racc (1.7.3)
racc (1.7.3-java)
rainbow (3.1.1)
rake (13.2.1)
rake-compiler (1.2.7)
rake
rdoc (6.7.0)
psych (>= 4.0.0)
redis (4.6.0)
regexp_parser (2.9.0)
reline (0.5.9)
io-console (~> 0.5)
rexml (3.2.6)
rubocop (1.50.2)
json (~> 2.3)
Expand All @@ -45,6 +57,7 @@ GEM
rubocop (>= 1.39, < 2.0)
ruby-progressbar (1.13.0)
stackprof (0.2.26)
stringio (3.1.1)
toxiproxy (2.0.2)
unicode-display_width (2.5.0)

Expand All @@ -56,7 +69,7 @@ PLATFORMS

DEPENDENCIES
benchmark-ips
byebug
debug
hiredis
minitest
rake (~> 13.2)
Expand Down

0 comments on commit 75d2fcd

Please sign in to comment.