diff --git a/Gemfile.lock b/Gemfile.lock index 79c7255..6d4977b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -254,6 +254,7 @@ GEM parser (3.3.0.5) ast (~> 2.4.1) racc + prism (0.24.0) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) @@ -328,7 +329,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) @@ -339,8 +340,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) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) scrub_rb (1.0.1)