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
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/spoom/cli/srb/lsp_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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, <blk>: T.untyped)
* SigsTest#bar(a: Integer, <blk>: T.noreturn)
MSG
end

Expand Down
2 changes: 1 addition & 1 deletion test/spoom/deadcode/index_definitions_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down