diff --git a/Gemfile.lock b/Gemfile.lock index 23c21446..7483ff42 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 @@ -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) @@ -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 diff --git a/test/spoom/cli/srb/lsp_test.rb b/test/spoom/cli/srb/lsp_test.rb index bdfcbe07..2c1baa6d 100644 --- a/test/spoom/cli/srb/lsp_test.rb +++ b/test/spoom/cli/srb/lsp_test.rb @@ -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