diff --git a/Gemfile.lock b/Gemfile.lock index ba398d01..c124ed6b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -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) @@ -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) diff --git a/lib/cli/ui/widgets.rb b/lib/cli/ui/widgets.rb index 98297e39..4b8692a7 100644 --- a/lib/cli/ui/widgets.rb +++ b/lib/cli/ui/widgets.rb @@ -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