Skip to content

Commit 801809e

Browse files
Merge pull request #618 from Shopify/dependabot/bundler/minor-and-patch-cd04a0c02d
Bump the minor-and-patch group across 1 directory with 3 updates
2 parents 7fb0aa6 + 496d066 commit 801809e

File tree

2 files changed

+18
-14
lines changed

2 files changed

+18
-14
lines changed

Gemfile.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ GEM
2121
irb (1.12.0)
2222
rdoc
2323
reline (>= 0.4.2)
24-
json (2.7.2)
24+
json (2.8.1)
2525
language_server-protocol (3.17.0.3)
2626
minitest (5.25.1)
2727
minitest-reporters (1.7.1)
@@ -31,7 +31,7 @@ GEM
3131
ruby-progressbar
3232
netrc (0.11.0)
3333
parallel (1.26.3)
34-
parser (3.3.5.0)
34+
parser (3.3.6.0)
3535
ast (~> 2.4.1)
3636
racc
3737
prism (1.2.0)
@@ -48,7 +48,7 @@ GEM
4848
regexp_parser (2.9.2)
4949
reline (0.5.10)
5050
io-console (~> 0.5)
51-
rubocop (1.67.0)
51+
rubocop (1.68.0)
5252
json (~> 2.3)
5353
language_server-protocol (>= 3.17.0)
5454
parallel (~> 1.10)
@@ -58,23 +58,23 @@ GEM
5858
rubocop-ast (>= 1.32.2, < 2.0)
5959
ruby-progressbar (~> 1.7)
6060
unicode-display_width (>= 2.4.0, < 3.0)
61-
rubocop-ast (1.32.3)
61+
rubocop-ast (1.35.0)
6262
parser (>= 3.3.1.0)
6363
rubocop-shopify (2.15.1)
6464
rubocop (~> 1.51)
65-
rubocop-sorbet (0.8.6)
65+
rubocop-sorbet (0.8.7)
6666
rubocop (>= 1)
6767
ruby-progressbar (1.13.0)
68-
sorbet (0.5.11618)
69-
sorbet-static (= 0.5.11618)
70-
sorbet-runtime (0.5.11618)
71-
sorbet-static (0.5.11618-universal-darwin)
72-
sorbet-static (0.5.11618-x86_64-linux)
73-
sorbet-static-and-runtime (0.5.11618)
74-
sorbet (= 0.5.11618)
75-
sorbet-runtime (= 0.5.11618)
68+
sorbet (0.5.11645)
69+
sorbet-static (= 0.5.11645)
70+
sorbet-runtime (0.5.11645)
71+
sorbet-static (0.5.11645-universal-darwin)
72+
sorbet-static (0.5.11645-x86_64-linux)
73+
sorbet-static-and-runtime (0.5.11645)
74+
sorbet (= 0.5.11645)
75+
sorbet-runtime (= 0.5.11645)
7676
stringio (3.1.0)
77-
tapioca (0.16.3)
77+
tapioca (0.16.4)
7878
bundler (>= 2.2.25)
7979
netrc (>= 0.11.0)
8080
parallel (>= 1.21.0)

test/spoom/cli/srb/lsp_test.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,12 @@ def foo(a)
147147
result = @project.spoom("srb lsp --no-color hover lib/hover.rb 12 4")
148148
assert_equal(<<~MSG, result.out)
149149
Hovering `lib/hover.rb:12:4`:
150+
# HoverTest#foo:
150151
sig { params(a: Integer).returns(String) }
151152
def foo(a); end
153+
154+
# result type:
155+
String
152156
MSG
153157
end
154158

0 commit comments

Comments
 (0)