diff --git a/Gemfile b/Gemfile index 5eb32de..5e90905 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem "logger", "~> 1.7" group :development do gem "irb", "~> 1.15" gem "rspec", "~> 3.13" - gem "rubocop", "~> 1.78" + gem "rubocop", "~> 1.79" gem "rubocop-github", "~> 0.23" gem "rubocop-performance", "~> 1.25" gem "rubocop-rspec", "~> 3.6" diff --git a/Gemfile.lock b/Gemfile.lock index d4f072e..7541ed3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -31,14 +31,14 @@ GEM pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.12.2) + json (2.13.2) language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) minitest (5.25.5) mutex_m (0.3.0) parallel (1.27.0) - parser (3.3.8.0) + parser (3.3.9.0) ast (~> 2.4.1) racc pp (0.6.2) @@ -69,7 +69,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.4) - rubocop (1.78.0) + rubocop (1.79.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -77,10 +77,11 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.45.1, < 2.0) + rubocop-ast (>= 1.46.0, < 2.0) ruby-progressbar (~> 1.7) + tsort (>= 0.2.0) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.45.1) + rubocop-ast (1.46.0) parser (>= 3.3.7.2) prism (~> 1.4) rubocop-github (0.23.0) @@ -111,6 +112,7 @@ GEM simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) stringio (3.1.6) + tsort (0.2.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (3.1.4) @@ -128,7 +130,7 @@ DEPENDENCIES irb (~> 1.15) logger (~> 1.7) rspec (~> 3.13) - rubocop (~> 1.78) + rubocop (~> 1.79) rubocop-github (~> 0.23) rubocop-performance (~> 1.25) rubocop-rspec (~> 3.6) diff --git a/vendor/cache/json-2.12.2.gem b/vendor/cache/json-2.12.2.gem deleted file mode 100644 index 71389d8..0000000 Binary files a/vendor/cache/json-2.12.2.gem and /dev/null differ diff --git a/vendor/cache/json-2.13.2.gem b/vendor/cache/json-2.13.2.gem new file mode 100644 index 0000000..036dacb Binary files /dev/null and b/vendor/cache/json-2.13.2.gem differ diff --git a/vendor/cache/parser-3.3.8.0.gem b/vendor/cache/parser-3.3.8.0.gem deleted file mode 100644 index 4571f81..0000000 Binary files a/vendor/cache/parser-3.3.8.0.gem and /dev/null differ diff --git a/vendor/cache/parser-3.3.9.0.gem b/vendor/cache/parser-3.3.9.0.gem new file mode 100644 index 0000000..65f24fa Binary files /dev/null and b/vendor/cache/parser-3.3.9.0.gem differ diff --git a/vendor/cache/rubocop-1.78.0.gem b/vendor/cache/rubocop-1.78.0.gem deleted file mode 100644 index 4ceb0d7..0000000 Binary files a/vendor/cache/rubocop-1.78.0.gem and /dev/null differ diff --git a/vendor/cache/rubocop-1.79.0.gem b/vendor/cache/rubocop-1.79.0.gem new file mode 100644 index 0000000..3be3bc4 Binary files /dev/null and b/vendor/cache/rubocop-1.79.0.gem differ diff --git a/vendor/cache/rubocop-ast-1.45.1.gem b/vendor/cache/rubocop-ast-1.45.1.gem deleted file mode 100644 index 9e1a70a..0000000 Binary files a/vendor/cache/rubocop-ast-1.45.1.gem and /dev/null differ diff --git a/vendor/cache/rubocop-ast-1.46.0.gem b/vendor/cache/rubocop-ast-1.46.0.gem new file mode 100644 index 0000000..dee87f9 Binary files /dev/null and b/vendor/cache/rubocop-ast-1.46.0.gem differ diff --git a/vendor/cache/tsort-0.2.0.gem b/vendor/cache/tsort-0.2.0.gem new file mode 100644 index 0000000..b80e65b Binary files /dev/null and b/vendor/cache/tsort-0.2.0.gem differ