From e25118579a6e799ee9c88b11af4f9abb8caf0a34 Mon Sep 17 00:00:00 2001 From: John Benninghoff Date: Mon, 31 Mar 2025 11:45:25 -0500 Subject: [PATCH 1/2] bundle update --- Gemfile.lock | 51 +++++++++++++++++++++++++++------------------------ 1 file changed, 27 insertions(+), 24 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7a508ac..1f8e37a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ GEM remote: https://rubygems.org/ specs: Ascii85 (2.0.1) - activesupport (8.0.1) + activesupport (8.0.2) base64 benchmark (>= 0.3) bigdecimal @@ -18,8 +18,8 @@ GEM addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) afm (0.2.2) - ast (2.4.2) - async (2.23.0) + ast (2.4.3) + async (2.23.1) console (~> 1.29) fiber-annotation io-event (~> 1.9) @@ -36,13 +36,14 @@ GEM commonmarker (0.23.11) concurrent-ruby (1.3.5) connection_pool (2.5.0) - console (1.29.3) + console (1.30.2) fiber-annotation fiber-local (~> 1.1) json - csv (3.3.2) - dnsruby (1.72.3) + csv (3.3.3) + dnsruby (1.72.4) base64 (~> 0.2.0) + logger (~> 1.6.5) simpleidn (~> 0.2.1) drb (2.2.1) em-websocket (0.5.3) @@ -142,7 +143,7 @@ GEM http_parser.rb (0.8.0) i18n (1.14.7) concurrent-ruby (~> 1.0) - io-event (1.9.0) + io-event (1.10.0) jekyll (3.10.0) addressable (~> 2.4) colorator (~> 1.0) @@ -253,7 +254,7 @@ GEM gemoji (>= 3, < 5) html-pipeline (~> 2.2) jekyll (>= 3.0, < 5.0) - json (2.10.1) + json (2.10.2) kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) @@ -266,39 +267,39 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) logger (1.6.6) mercenary (0.3.6) - metrics (0.12.1) + metrics (0.12.2) mini_portile2 (2.8.8) minima (2.5.1) jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) - minitest (5.25.4) + minitest (5.25.5) net-http (0.6.0) uri - nokogiri (1.18.3) + nokogiri (1.18.6) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.18.3-aarch64-linux-gnu) + nokogiri (1.18.6-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.18.3-aarch64-linux-musl) + nokogiri (1.18.6-aarch64-linux-musl) racc (~> 1.4) - nokogiri (1.18.3-arm-linux-gnu) + nokogiri (1.18.6-arm-linux-gnu) racc (~> 1.4) - nokogiri (1.18.3-arm-linux-musl) + nokogiri (1.18.6-arm-linux-musl) racc (~> 1.4) - nokogiri (1.18.3-arm64-darwin) + nokogiri (1.18.6-arm64-darwin) racc (~> 1.4) - nokogiri (1.18.3-x86_64-darwin) + nokogiri (1.18.6-x86_64-darwin) racc (~> 1.4) - nokogiri (1.18.3-x86_64-linux-gnu) + nokogiri (1.18.6-x86_64-linux-gnu) racc (~> 1.4) - nokogiri (1.18.3-x86_64-linux-musl) + nokogiri (1.18.6-x86_64-linux-musl) racc (~> 1.4) octokit (4.25.1) faraday (>= 1, < 3) sawyer (~> 0.9) parallel (1.26.3) - parser (3.3.7.1) + parser (3.3.7.4) ast (~> 2.4.1) racc pathutil (0.16.2) @@ -309,6 +310,7 @@ GEM hashery (~> 2.0) ruby-rc4 ttfunk + prism (1.4.0) public_suffix (5.1.1) racc (1.8.1) rainbow (3.1.1) @@ -319,7 +321,7 @@ GEM regexp_parser (2.10.0) rexml (3.4.1) rouge (3.30.0) - rubocop (1.73.0) + rubocop (1.75.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -327,11 +329,12 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.38.0, < 2.0) + rubocop-ast (>= 1.43.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.38.1) - parser (>= 3.3.1.0) + rubocop-ast (1.43.0) + parser (>= 3.3.7.2) + prism (~> 1.4) rubocop-rake (0.7.1) lint_roller (~> 1.1) rubocop (>= 1.72.1) From 2e8a64eed27987c7db46e51965348542bc024357 Mon Sep 17 00:00:00 2001 From: John Benninghoff Date: Mon, 31 Mar 2025 11:45:48 -0500 Subject: [PATCH 2/2] Update .rubocop.yml per migration guide https://docs.rubocop.org/rubocop/plugin_migration_guide.html --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 38677dc..31cf371 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,4 +1,4 @@ -require: +plugins: - rubocop-rake AllCops: