Skip to content

Commit 890bed1

Browse files
Merge pull request #810 from Shopify/dependabot/bundler/minor-and-patch-2117c6c740
Bump the minor-and-patch group across 1 directory with 5 updates
2 parents fc3d4e6 + f1b92da commit 890bed1

File tree

2 files changed

+36
-24
lines changed

2 files changed

+36
-24
lines changed

Gemfile.lock

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ GEM
1515
specs:
1616
ansi (1.5.0)
1717
ast (2.4.3)
18-
benchmark (0.4.1)
18+
benchmark (0.5.0)
1919
builder (3.3.0)
2020
date (3.4.1)
2121
debug (1.11.0)
@@ -28,25 +28,25 @@ GEM
2828
pp (>= 0.6.0)
2929
rdoc (>= 4.0.0)
3030
reline (>= 0.4.2)
31-
json (2.12.2)
31+
json (2.15.2)
3232
language_server-protocol (3.17.0.5)
3333
lint_roller (1.1.0)
3434
logger (1.7.0)
35-
minitest (5.25.5)
35+
minitest (5.26.0)
3636
minitest-reporters (1.7.1)
3737
ansi
3838
builder
3939
minitest (>= 5.0)
4040
ruby-progressbar
4141
netrc (0.11.0)
4242
parallel (1.27.0)
43-
parser (3.3.8.0)
43+
parser (3.3.10.0)
4444
ast (~> 2.4.1)
4545
racc
4646
pp (0.6.2)
4747
prettyprint
4848
prettyprint (0.2.0)
49-
prism (1.5.1)
49+
prism (1.6.0)
5050
psych (5.2.6)
5151
date
5252
stringio
@@ -62,41 +62,41 @@ GEM
6262
rdoc (6.14.1)
6363
erb
6464
psych (>= 4.0.0)
65-
regexp_parser (2.10.0)
65+
regexp_parser (2.11.3)
6666
reline (0.6.1)
6767
io-console (~> 0.5)
6868
require-hooks (0.2.2)
6969
rexml (3.4.4)
70-
rubocop (1.77.0)
70+
rubocop (1.81.6)
7171
json (~> 2.3)
7272
language_server-protocol (~> 3.17.0.2)
7373
lint_roller (~> 1.1.0)
7474
parallel (~> 1.10)
7575
parser (>= 3.3.0.2)
7676
rainbow (>= 2.2.2, < 4.0)
7777
regexp_parser (>= 2.9.3, < 3.0)
78-
rubocop-ast (>= 1.45.1, < 2.0)
78+
rubocop-ast (>= 1.47.1, < 2.0)
7979
ruby-progressbar (~> 1.7)
8080
unicode-display_width (>= 2.4.0, < 4.0)
81-
rubocop-ast (1.45.1)
81+
rubocop-ast (1.47.1)
8282
parser (>= 3.3.7.2)
8383
prism (~> 1.4)
8484
rubocop-shopify (2.17.1)
8585
rubocop (~> 1.62)
86-
rubocop-sorbet (0.10.5)
86+
rubocop-sorbet (0.11.0)
8787
lint_roller
8888
rubocop (>= 1.75.2)
8989
ruby-progressbar (1.13.0)
90-
sorbet (0.6.12586)
91-
sorbet-static (= 0.6.12586)
92-
sorbet-runtime (0.6.12586)
93-
sorbet-static (0.6.12586-universal-darwin)
94-
sorbet-static (0.6.12586-x86_64-linux)
95-
sorbet-static-and-runtime (0.6.12586)
96-
sorbet (= 0.6.12586)
97-
sorbet-runtime (= 0.6.12586)
90+
sorbet (0.6.12666)
91+
sorbet-static (= 0.6.12666)
92+
sorbet-runtime (0.6.12666)
93+
sorbet-static (0.6.12666-universal-darwin)
94+
sorbet-static (0.6.12666-x86_64-linux)
95+
sorbet-static-and-runtime (0.6.12666)
96+
sorbet (= 0.6.12666)
97+
sorbet-runtime (= 0.6.12666)
9898
stringio (3.1.7)
99-
tapioca (0.17.7)
99+
tapioca (0.17.8)
100100
benchmark
101101
bundler (>= 2.2.25)
102102
netrc (>= 0.11.0)
@@ -108,9 +108,9 @@ GEM
108108
thor (>= 1.2.0)
109109
yard-sorbet
110110
thor (1.4.0)
111-
unicode-display_width (3.1.4)
112-
unicode-emoji (~> 4.0, >= 4.0.4)
113-
unicode-emoji (4.0.4)
111+
unicode-display_width (3.2.0)
112+
unicode-emoji (~> 4.1)
113+
unicode-emoji (4.1.0)
114114
yard (0.9.37)
115115
yard-sorbet (0.9.0)
116116
sorbet-runtime

test/spoom/cli/srb/tc_test.rb

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,14 +327,22 @@ def test_output_errors_to_junit_xml
327327
<failure type='7003'>
328328
<![CDATA[In file errors/errors.rb:
329329
5 | sig { params(bar: Bar).returns(C) }
330-
^^^^^^]]>
330+
^^^^^^
331+
Got `T.class_of(Foo)` originating from:
332+
errors/errors.rb:4:
333+
4 |class Foo
334+
^]]>
331335
</failure>
332336
</testcase>
333337
<testcase name='Method `sig` does not exist on `T.class_of(Foo)`' file='errors/errors.rb' line='5'>
334338
<failure type='7003'>
335339
<![CDATA[In file errors/errors.rb:
336340
5 | sig { params(bar: Bar).returns(C) }
337341
^^^
342+
Got `T.class_of(Foo)` originating from:
343+
errors/errors.rb:4:
344+
4 |class Foo
345+
^
338346
Autocorrect: Use `-a` to autocorrect
339347
errors/errors.rb:5: Insert `extend T::Sig`
340348
5 | sig { params(bar: Bar).returns(C) }
@@ -359,7 +367,11 @@ def test_output_errors_to_junit_xml
359367
<failure type='7003'>
360368
<![CDATA[In file errors/errors.rb:
361369
11 |b.foo(b, c)
362-
^]]>
370+
^
371+
Got `T.class_of(<root>)` originating from:
372+
errors/errors.rb:4:
373+
4 |class Foo
374+
^]]>
363375
</failure>
364376
</testcase>
365377
<testcase name='Too many arguments provided for method `Foo#foo`. Expected: `1`, got: `2`' file='errors/errors.rb' line='11'>

0 commit comments

Comments
 (0)