diff --git a/gem/Gemfile.lock b/gem/Gemfile.lock index 3a6e6b0c..3581f845 100644 --- a/gem/Gemfile.lock +++ b/gem/Gemfile.lock @@ -30,8 +30,8 @@ GEM irb (1.12.0) rdoc reline (>= 0.4.2) - json (2.7.2) - json-schema (5.0.0) + json (2.7.5) + json-schema (5.0.1) addressable (~> 2.8) language_server-protocol (3.17.0.3) minitest (5.25.1) @@ -42,17 +42,17 @@ GEM ruby-progressbar netrc (0.11.0) parallel (1.26.3) - parser (3.3.5.0) + parser (3.3.5.1) ast (~> 2.4.1) racc - prism (1.0.0) + prism (1.2.0) psych (5.1.2) stringio public_suffix (6.0.1) racc (1.8.1) rainbow (3.1.1) rake (13.2.1) - rbi (0.2.0) + rbi (0.2.1) prism (~> 1.0) sorbet-runtime (>= 0.5.9204) rdoc (6.6.3.1) @@ -60,7 +60,7 @@ GEM regexp_parser (2.9.2) reline (0.5.0) io-console (~> 0.5) - rubocop (1.66.1) + rubocop (1.68.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -70,28 +70,28 @@ GEM rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) + rubocop-ast (1.33.0) parser (>= 3.3.1.0) rubocop-shopify (2.15.1) rubocop (~> 1.51) - rubocop-sorbet (0.8.5) + rubocop-sorbet (0.8.7) rubocop (>= 1) ruby-progressbar (1.13.0) - sorbet (0.5.11589) - sorbet-static (= 0.5.11589) - sorbet-runtime (0.5.11589) - sorbet-static (0.5.11589-universal-darwin) - sorbet-static (0.5.11589-x86_64-linux) - sorbet-static-and-runtime (0.5.11589) - sorbet (= 0.5.11589) - sorbet-runtime (= 0.5.11589) + sorbet (0.5.11630) + sorbet-static (= 0.5.11630) + sorbet-runtime (0.5.11630) + sorbet-static (0.5.11630-universal-darwin) + sorbet-static (0.5.11630-x86_64-linux) + sorbet-static-and-runtime (0.5.11630) + sorbet (= 0.5.11630) + sorbet-runtime (= 0.5.11630) spoom (1.5.0) erubi (>= 1.10.0) prism (>= 0.28.0) sorbet-static-and-runtime (>= 0.5.10187) thor (>= 0.19.2) stringio (3.1.0) - tapioca (0.16.2) + tapioca (0.16.3) bundler (>= 2.2.25) netrc (>= 0.11.0) parallel (>= 1.21.0) @@ -102,7 +102,7 @@ GEM yard-sorbet thor (1.3.2) unicode-display_width (2.6.0) - yard (0.9.36) + yard (0.9.37) yard-sorbet (0.9.0) sorbet-runtime yard diff --git a/index.json b/index.json index 40e899aa..80ff4763 100644 --- a/index.json +++ b/index.json @@ -14,7 +14,9 @@ }, "actionview": { "requires": [ - "action_view" + "action_view", + "uri", + "action_view/helpers" ] }, "active_flag": {