Skip to content

Commit 6534af1

Browse files
authored
Merge pull request #584 from Shopify/04-06-switch_byebug_for_debug
Switch byebug for debug
2 parents 1f4db41 + 86ef580 commit 6534af1

39 files changed

Lines changed: 47828 additions & 18448 deletions

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ source "https://rubygems.org"
66
gemspec
77

88
group(:development, :test) do
9-
gem("byebug")
9+
gem("debug")
1010
gem("minitest")
1111
gem("minitest-reporters")
1212
gem("rake", "~> 13.3")

Gemfile.lock

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,19 @@ GEM
1212
ast (2.4.3)
1313
benchmark (0.5.0)
1414
builder (3.3.0)
15-
byebug (12.0.0)
1615
drb (2.2.3)
16+
date (3.5.1)
17+
debug (1.11.1)
18+
irb (~> 1.10)
19+
reline (>= 0.3.8)
20+
erb (6.0.2)
1721
erubi (1.13.1)
22+
io-console (0.8.2)
23+
irb (1.17.0)
24+
pp (>= 0.6.0)
25+
prism (>= 1.3.0)
26+
rdoc (>= 4.0.0)
27+
reline (>= 0.4.2)
1828
json (2.15.2.1)
1929
language_server-protocol (3.17.0.5)
2030
lint_roller (1.1.0)
@@ -32,15 +42,27 @@ GEM
3242
parser (3.3.10.0)
3343
ast (~> 2.4.1)
3444
racc
45+
pp (0.6.3)
46+
prettyprint
47+
prettyprint (0.2.0)
3548
prism (1.9.0)
49+
psych (5.3.1)
50+
date
51+
stringio
3652
racc (1.8.1)
3753
rainbow (3.1.1)
3854
rake (13.3.1)
3955
rbs (4.0.1)
4056
logger
4157
prism (>= 1.6.0)
4258
tsort
59+
rdoc (7.2.0)
60+
erb
61+
psych (>= 4.0.0)
62+
tsort
4363
regexp_parser (2.11.3)
64+
reline (0.6.3)
65+
io-console (~> 0.5)
4466
require-hooks (0.2.2)
4567
rexml (3.4.4)
4668
rubocop (1.81.7)
@@ -79,6 +101,7 @@ GEM
79101
rexml (>= 3.2.6)
80102
sorbet-static-and-runtime (>= 0.5.10187)
81103
thor (>= 0.19.2)
104+
stringio (3.2.0)
82105
tapioca (0.17.9)
83106
benchmark
84107
bundler (>= 2.2.25)
@@ -108,7 +131,7 @@ PLATFORMS
108131
x86_64-linux
109132

110133
DEPENDENCIES
111-
byebug
134+
debug
112135
minitest
113136
minitest-reporters
114137
rake (~> 13.3)
@@ -121,4 +144,4 @@ DEPENDENCIES
121144
tapioca (>= 0.17.9)
122145

123146
BUNDLED WITH
124-
4.0.9
147+
4.0.9

dev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ type: ruby
55
up:
66
- ruby
77
- bundler
8+
- packages:
9+
- libyaml
810

911
commands:
1012
console:

sorbet/config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@
44
--suppress-error-code=7019
55
--enable-experimental-requires-ancestor
66
--enable-experimental-rbs-comments
7+
--suppress-payload-superclass-redefinition-for=RDoc::Markup::HardBreak
8+
--suppress-payload-superclass-redefinition-for=RDoc::Markup::BlankLine
9+
--suppress-payload-superclass-redefinition-for=RDoc::Markup::Heading
710
--parser=prism
Lines changed: 11 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)