Skip to content

Commit

Permalink
Merge pull request #625 from Shopify/dependabot/bundler/minor-and-pat…
Browse files Browse the repository at this point in the history
…ch-ff9e1c0610

Bump the minor-and-patch group with 4 updates
  • Loading branch information
github-actions[bot] authored Jan 2, 2025
2 parents 557252a + 4885840 commit 65f6c8c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 20 deletions.
38 changes: 20 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ GEM
ansi (1.5.0)
ast (2.4.2)
builder (3.3.0)
debug (1.9.2)
date (3.4.1)
debug (1.10.0)
irb (~> 1.10)
reline (>= 0.3.8)
erubi (1.13.0)
io-console (0.7.2)
irb (1.12.0)
rdoc
erubi (1.13.1)
io-console (0.8.0)
irb (1.14.3)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.8.1)
language_server-protocol (3.17.0.3)
Expand All @@ -34,19 +35,20 @@ GEM
parser (3.3.6.0)
ast (~> 2.4.1)
racc
prism (1.2.0)
psych (5.1.2)
prism (1.3.0)
psych (5.2.2)
date
stringio
racc (1.8.1)
rainbow (3.1.1)
rake (13.2.1)
rbi (0.2.2)
prism (~> 1.0)
sorbet-runtime (>= 0.5.9204)
rdoc (6.6.3.1)
rdoc (6.10.0)
psych (>= 4.0.0)
regexp_parser (2.9.2)
reline (0.5.10)
reline (0.6.0)
io-console (~> 0.5)
rubocop (1.68.0)
json (~> 2.3)
Expand All @@ -65,15 +67,15 @@ GEM
rubocop-sorbet (0.8.7)
rubocop (>= 1)
ruby-progressbar (1.13.0)
sorbet (0.5.11694)
sorbet-static (= 0.5.11694)
sorbet-runtime (0.5.11694)
sorbet-static (0.5.11694-universal-darwin)
sorbet-static (0.5.11694-x86_64-linux)
sorbet-static-and-runtime (0.5.11694)
sorbet (= 0.5.11694)
sorbet-runtime (= 0.5.11694)
stringio (3.1.0)
sorbet (0.5.11708)
sorbet-static (= 0.5.11708)
sorbet-runtime (0.5.11708)
sorbet-static (0.5.11708-universal-darwin)
sorbet-static (0.5.11708-x86_64-linux)
sorbet-static-and-runtime (0.5.11708)
sorbet (= 0.5.11708)
sorbet-runtime (= 0.5.11708)
stringio (3.1.2)
tapioca (0.16.5)
bundler (>= 2.2.25)
netrc (>= 0.11.0)
Expand Down
4 changes: 2 additions & 2 deletions test/spoom/deadcode/index_definitions_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ def foo(

assert_equal(<<~ERRORS, exception.message)
Error while parsing foo.rb:
- unexpected end-of-input; expected a `)` to close the parameters (at 2:0)
- unexpected end-of-input, assuming it is closing the parent top level context (at 2:0)
- 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)
ERRORS
end
Expand Down

0 comments on commit 65f6c8c

Please sign in to comment.