Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ GEM
racc (1.8.1)
rainbow (3.1.1)
rake (13.4.2)
rbi (0.4.2)
rbi (0.4.3)
prism (~> 1.0)
rbs (>= 4.0.1)
rbs (4.1.1)
rbs (4.1.3)
logger
prism (>= 1.6.0)
tsort
Expand All @@ -73,7 +73,7 @@ GEM
io-console (~> 0.5)
require-hooks (0.4.0)
rexml (3.4.4)
rubocop (1.88.2)
rubocop (1.89.0)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
Expand All @@ -91,24 +91,24 @@ GEM
lint_roller (~> 1.1)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
rubocop-shopify (3.0.1)
rubocop-shopify (3.0.2)
lint_roller
rubocop (~> 1.72, >= 1.72.1)
rubocop-sorbet (0.13.2)
rubocop-sorbet (0.14.0)
lint_roller
rubocop (>= 1.75.2)
ruby-progressbar (1.13.0)
rubydex (0.2.6-arm64-darwin)
rubydex (0.2.6-x86_64-darwin)
rubydex (0.2.6-x86_64-linux)
sorbet (0.6.13386)
sorbet-static (= 0.6.13386)
sorbet-runtime (0.6.13386)
sorbet-static (0.6.13386-universal-darwin)
sorbet-static (0.6.13386-x86_64-linux)
sorbet-static-and-runtime (0.6.13386)
sorbet (= 0.6.13386)
sorbet-runtime (= 0.6.13386)
sorbet (0.6.13414)
sorbet-static (= 0.6.13414)
sorbet-runtime (0.6.13414)
sorbet-static (0.6.13414-universal-darwin)
sorbet-static (0.6.13414-x86_64-linux)
sorbet-static-and-runtime (0.6.13414)
sorbet (= 0.6.13414)
sorbet-runtime (= 0.6.13414)
stringio (3.2.0)
tapioca (0.19.2)
benchmark
Expand Down
1 change: 1 addition & 0 deletions test/spoom/cli/srb/lsp_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ class HoverTest; end
result = @project.spoom("srb lsp --no-color hover lib/hover.rb 2 12")
assert_equal(<<~MSG, result.out)
Hovering `lib/hover.rb:2:12`:
# class HoverTest
T.class_of(HoverTest)
MSG
end
Expand Down
Loading