From 90fb3c147a09b9980561c886aa9cec2ba4e1cee9 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Sat, 27 Sep 2025 14:46:29 +0000 Subject: [PATCH] Update rubocop to version 1.81.1 --- Gemfile.lock | 41 +++++++++++++++++++++++++++-------------- 1 file changed, 27 insertions(+), 14 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4c0b75a735d..94e77ab9eb0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -25,7 +25,7 @@ GEM tzinfo (~> 1.1) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) - ast (2.4.0) + ast (2.4.3) backports (3.17.2) cl (1.2.1) regstry (~> 1.0.3) @@ -69,7 +69,6 @@ GEM http_parser.rb (0.6.0) i18n (0.9.5) concurrent-ruby (~> 1.0) - jaro_winkler (1.5.4) jekyll (3.8.6) addressable (~> 2.4) colorator (~> 1.0) @@ -90,8 +89,11 @@ GEM sass (~> 3.4) jekyll-watch (2.2.1) listen (~> 3.0) + json (2.15.0) kramdown (1.17.0) + language_server-protocol (3.17.0.5) libv8 (3.16.14.19) + lint_roller (1.1.0) liquid (4.0.3) listen (3.0.8) rb-fsevent (~> 0.9, >= 0.9.4) @@ -155,17 +157,20 @@ GEM tilt (>= 1.4.1, < 3) padrino-support (0.13.3.4) activesupport (>= 3.1) - parallel (1.19.1) - parser (2.7.1.2) - ast (~> 2.4.0) + parallel (1.27.0) + parser (3.3.9.0) + ast (~> 2.4.1) + racc pathutil (0.16.2) forwardable-extended (~> 2.6) + prism (1.5.1) pry (0.11.3) coderay (~> 1.1.0) method_source (~> 0.9.0) public_suffix (4.0.5) puma (4.3.3) nio4r (~> 2.0) + racc (1.8.1) rack (1.6.13) rack-jekyll (0.5.0) jekyll (>= 1.3) @@ -174,7 +179,7 @@ GEM rack-livereload (0.3.17) rack rack-ssl-enforcer (0.2.9) - rainbow (3.0.0) + rainbow (3.1.1) rake (13.0.1) rb-fsevent (0.10.4) rb-inotify (0.10.1) @@ -182,18 +187,24 @@ GEM rdiscount (2.2.0.1) redcarpet (3.5.0) ref (2.0.0) + regexp_parser (2.11.3) regstry (1.0.15) - rexml (3.2.4) rouge (3.19.0) - rubocop (0.82.0) - jaro_winkler (~> 1.5.1) + rubocop (1.81.1) + json (~> 2.3) + language_server-protocol (~> 3.17.0.2) + lint_roller (~> 1.1.0) parallel (~> 1.10) - parser (>= 2.7.0.1) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - rexml + regexp_parser (>= 2.9.3, < 3.0) + rubocop-ast (>= 1.47.1, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 2.0) - ruby-progressbar (1.10.1) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.47.1) + parser (>= 3.3.7.2) + prism (~> 1.4) + ruby-progressbar (1.13.0) ruby18_source_location (0.2) safe_yaml (1.0.5) sass (3.4.25) @@ -213,7 +224,9 @@ GEM thread_safe (~> 0.1) uglifier (3.2.0) execjs (>= 0.3.0, < 3) - unicode-display_width (1.7.0) + unicode-display_width (3.2.0) + unicode-emoji (~> 4.1) + unicode-emoji (4.1.0) yell (2.2.2) PLATFORMS