diff --git a/Gemfile.lock b/Gemfile.lock index 4741b55f..c3467392 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -48,7 +48,7 @@ GEM pp (0.6.3) prettyprint prettyprint (0.2.0) - prism (1.7.0) + prism (1.8.0) psych (5.3.1) date stringio @@ -91,14 +91,14 @@ GEM lint_roller rubocop (>= 1.75.2) ruby-progressbar (1.13.0) - sorbet (0.6.12875) - sorbet-static (= 0.6.12875) - sorbet-runtime (0.6.12875) - sorbet-static (0.6.12875-universal-darwin) - sorbet-static (0.6.12875-x86_64-linux) - sorbet-static-and-runtime (0.6.12875) - sorbet (= 0.6.12875) - sorbet-runtime (= 0.6.12875) + sorbet (0.6.12894) + sorbet-static (= 0.6.12894) + sorbet-runtime (0.6.12894) + sorbet-static (0.6.12894-universal-darwin) + sorbet-static (0.6.12894-x86_64-linux) + sorbet-static-and-runtime (0.6.12894) + sorbet (= 0.6.12894) + sorbet-runtime (= 0.6.12894) stringio (3.2.0) tapioca (0.17.10) benchmark diff --git a/test/spoom/cli/srb/lsp_test.rb b/test/spoom/cli/srb/lsp_test.rb index 7f0bfaed..bdfcbe07 100644 --- a/test/spoom/cli/srb/lsp_test.rb +++ b/test/spoom/cli/srb/lsp_test.rb @@ -214,7 +214,7 @@ def bar(a) result = @project.spoom("srb lsp --no-color sigs lib/sigs.rb 12 4") assert_equal(<<~MSG, result.out) Signature for `lib/sigs.rb:12:4`: - * SigsTest#bar(a: Integer, : T.untyped) + * SigsTest#bar(a: Integer, : T.noreturn) MSG end diff --git a/test/spoom/deadcode/index_definitions_test.rb b/test/spoom/deadcode/index_definitions_test.rb index 4ef6e569..0e378c65 100644 --- a/test/spoom/deadcode/index_definitions_test.rb +++ b/test/spoom/deadcode/index_definitions_test.rb @@ -22,7 +22,7 @@ def foo( Error while parsing foo.rb: - unexpected end-of-input; expected a `)` to close the parameters (at 1:8) - unexpected end-of-input, assuming it is closing the parent top level context (at 1:8) - - expected an `end` to close the `def` statement (at 1:8) + - expected an `end` to close the `def` statement (at 1:0) ERRORS end