Skip to content

Commit

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

Bump the minor-and-patch group with 2 updates
  • Loading branch information
github-actions[bot] authored Jun 17, 2024
2 parents 0893a79 + a7b2397 commit 799ce4f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ GEM
rubocop-sorbet (0.8.3)
rubocop (>= 0.90.0)
ruby-progressbar (1.13.0)
sorbet (0.5.11422)
sorbet-static (= 0.5.11422)
sorbet-runtime (0.5.11422)
sorbet-static (0.5.11422-universal-darwin)
sorbet-static (0.5.11422-x86_64-linux)
sorbet-static-and-runtime (0.5.11422)
sorbet (= 0.5.11422)
sorbet-runtime (= 0.5.11422)
sorbet (0.5.11435)
sorbet-static (= 0.5.11435)
sorbet-runtime (0.5.11435)
sorbet-static (0.5.11435-universal-darwin)
sorbet-static (0.5.11435-x86_64-linux)
sorbet-static-and-runtime (0.5.11435)
sorbet (= 0.5.11435)
sorbet-runtime (= 0.5.11435)
spoom (1.3.2)
erubi (>= 1.10.0)
prism (>= 0.19.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/rbi/parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ def parse_tstruct_field(send)
comments = node_comments(send)
default_value = T.let(nil, T.nilable(String))

rest&.each do |arg|
rest.each do |arg|
next unless arg.is_a?(Prism::KeywordHashNode)

arg.elements.each do |assoc|
Expand Down

0 comments on commit 799ce4f

Please sign in to comment.