Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to latest sorbet #497

Merged
merged 2 commits into from Mar 1, 2024
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
40 changes: 16 additions & 24 deletions Gemfile.lock
Expand Up @@ -30,17 +30,17 @@ GEM
ast (~> 2.4.1)
racc
prettier_print (1.2.1)
prism (0.19.0)
prism (0.24.0)
racc (1.7.3)
racc (1.7.3-java)
rainbow (3.1.1)
rake (13.1.0)
rbi (0.1.6)
prism (>= 0.18.0, < 0.20)
rbi (0.1.9)
prism (>= 0.18.0, < 0.25)
sorbet-runtime (>= 0.5.9204)
regexp_parser (2.9.0)
rexml (3.2.6)
rubocop (1.60.2)
rubocop (1.61.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -51,8 +51,8 @@ GEM
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-ast (1.31.1)
parser (>= 3.3.0.4)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-shopify (2.15.1)
Expand All @@ -67,23 +67,15 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sorbet (0.5.10908)
sorbet-static (= 0.5.10908)
sorbet-runtime (0.5.10908)
sorbet-static (0.5.10908-java)
sorbet-static (0.5.10908-universal-darwin-14)
sorbet-static (0.5.10908-universal-darwin-15)
sorbet-static (0.5.10908-universal-darwin-16)
sorbet-static (0.5.10908-universal-darwin-17)
sorbet-static (0.5.10908-universal-darwin-18)
sorbet-static (0.5.10908-universal-darwin-19)
sorbet-static (0.5.10908-universal-darwin-20)
sorbet-static (0.5.10908-universal-darwin-21)
sorbet-static (0.5.10908-universal-darwin-22)
sorbet-static (0.5.10908-x86_64-linux)
sorbet-static-and-runtime (0.5.10908)
sorbet (= 0.5.10908)
sorbet-runtime (= 0.5.10908)
sorbet (0.5.11276)
sorbet-static (= 0.5.11276)
sorbet-runtime (0.5.11276)
sorbet-static (0.5.11276-java)
sorbet-static (0.5.11276-universal-darwin)
sorbet-static (0.5.11276-x86_64-linux)
sorbet-static-and-runtime (0.5.11276)
sorbet (= 0.5.11276)
sorbet-runtime (= 0.5.11276)
spoom (1.2.4)
erubi (>= 1.10.0)
sorbet-static-and-runtime (>= 0.5.10187)
Expand All @@ -100,7 +92,7 @@ GEM
spoom (~> 1.2.0, >= 1.2.0)
thor (>= 1.2.0)
yard-sorbet
thor (1.3.0)
thor (1.3.1)
unicode-display_width (2.5.0)
yard (0.9.36)
yard-sorbet (0.8.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/cli/ui/widgets.rb
Expand Up @@ -80,7 +80,7 @@ class InvalidWidgetArguments < ArgumentError

sig { params(argstring: String, pattern: Regexp).void }
def initialize(argstring, pattern)
super
super(nil)
@argstring = argstring
@pattern = pattern
end
Expand Down