diff --git a/Gemfile.lock b/Gemfile.lock index 252cf84..4756a97 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,7 +78,7 @@ GEM parser (3.3.10.1) ast (~> 2.4.1) racc - prism (1.8.0) + prism (1.9.0) public_suffix (6.0.2) racc (1.8.1) rack (3.1.18) @@ -102,7 +102,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.6) - rubocop (1.82.1) + rubocop (1.84.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -110,7 +110,7 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.48.0, < 2.0) + rubocop-ast (>= 1.49.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) rubocop-ast (1.49.0) diff --git a/vendor/cache/prism-1.8.0.gem b/vendor/cache/prism-1.8.0.gem deleted file mode 100644 index 6ef2eea..0000000 Binary files a/vendor/cache/prism-1.8.0.gem and /dev/null differ diff --git a/vendor/cache/prism-1.9.0.gem b/vendor/cache/prism-1.9.0.gem new file mode 100644 index 0000000..45fb871 Binary files /dev/null and b/vendor/cache/prism-1.9.0.gem differ diff --git a/vendor/cache/rubocop-1.82.1.gem b/vendor/cache/rubocop-1.82.1.gem deleted file mode 100644 index 5cce65e..0000000 Binary files a/vendor/cache/rubocop-1.82.1.gem and /dev/null differ diff --git a/vendor/cache/rubocop-1.84.1.gem b/vendor/cache/rubocop-1.84.1.gem new file mode 100644 index 0000000..b95bdce Binary files /dev/null and b/vendor/cache/rubocop-1.84.1.gem differ