Skip to content

Commit

Permalink
Merge pull request #222 from Shopify/emily/debug
Browse files Browse the repository at this point in the history
Remove byebug and use debug gem instead
  • Loading branch information
egiurleo authored Apr 11, 2024
2 parents 479aaef + 4fdc8d2 commit eb894d1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
# Specify your gem's dependencies in rubocop-sorbet.gemspec
gemspec

gem "byebug"
gem "debug"
gem "rake", ">= 12.3.3"
gem "rspec", "~> 3.13"
gem "rubocop-shopify", require: false
Expand Down
17 changes: 15 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,30 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
byebug (11.1.3)
debug (1.9.2)
irb (~> 1.10)
reline (>= 0.3.8)
diff-lcs (1.5.1)
io-console (0.7.2)
irb (1.12.0)
rdoc
reline (>= 0.4.2)
json (2.7.1)
language_server-protocol (3.17.0.3)
parallel (1.24.0)
parser (3.3.0.5)
ast (~> 2.4.1)
racc
psych (5.1.2)
stringio
racc (1.7.3)
rainbow (3.1.1)
rake (13.2.1)
rdoc (6.6.3.1)
psych (>= 4.0.0)
regexp_parser (2.9.0)
reline (0.5.1)
io-console (~> 0.5)
rexml (3.2.6)
rspec (3.13.0)
rspec-core (~> 3.13.0)
Expand Down Expand Up @@ -50,14 +62,15 @@ GEM
rubocop-shopify (2.14.0)
rubocop (~> 1.51)
ruby-progressbar (1.13.0)
stringio (3.1.0)
unicode-display_width (2.5.0)
yard (0.9.36)

PLATFORMS
ruby

DEPENDENCIES
byebug
debug
rake (>= 12.3.3)
rspec (~> 3.13)
rubocop-shopify
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require "rubocop-sorbet"
require "rubocop/rspec/support"
require "byebug"
require "debug/prelude"

RSpec.configure do |config|
config.include(RuboCop::RSpec::ExpectOffense)
Expand Down

0 comments on commit eb894d1

Please sign in to comment.