diff --git a/Gemfile.lock b/Gemfile.lock index 84c9eef2ad..c11ae0a036 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -110,6 +110,7 @@ GEM racc pathutil (0.16.2) forwardable-extended (~> 2.6) + prism (0.24.0) public_suffix (5.0.4) racc (1.7.3) rainbow (3.1.1) @@ -133,7 +134,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.0) - rubocop (1.60.2) + rubocop (1.61.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -144,8 +145,9 @@ 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.0) + parser (>= 3.3.0.4) + prism (>= 0.24.0) rubocop-rake (0.6.0) rubocop (~> 1.0) ruby-progressbar (1.13.0)