From ce7efada58511ab93b9841c6e1ed303c9463bf03 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Mon, 1 Dec 2025 11:10:08 +0100 Subject: [PATCH] Update dependencies Additionally, fix `rails_80` group name --- .github/dependabot.yml | 2 +- Gemfile.lock | 32 ++++++++++++++++---------------- gemfiles/rails_70/Gemfile.lock | 8 ++++---- gemfiles/rails_71/Gemfile.lock | 18 +++++++++--------- gemfiles/rails_72/Gemfile.lock | 18 +++++++++--------- gemfiles/rails_80/Gemfile.lock | 24 ++++++++++++------------ 6 files changed, 51 insertions(+), 51 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2ec363f..e5532be 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -73,7 +73,7 @@ updates: interval: monthly versioning-strategy: lockfile-only groups: - rails_72: + rails_80: patterns: - "*" ignore: diff --git a/Gemfile.lock b/Gemfile.lock index 59e7eb7..db0c5a3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,8 +78,8 @@ GEM securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) uri (>= 0.13.1) - addressable (2.8.7) - public_suffix (>= 2.0.2, < 7.0) + addressable (2.8.8) + public_suffix (>= 2.0.2, < 8.0) ast (2.4.3) base64 (0.3.0) benchmark (0.5.0) @@ -100,24 +100,24 @@ GEM railties (>= 3.0.0) thor (>= 0.14.6) concurrent-ruby (1.3.5) - connection_pool (2.5.4) + connection_pool (2.5.5) crass (1.0.6) date (3.5.0) diff-lcs (1.6.2) docile (1.4.1) drb (2.2.3) - erb (5.1.3) + erb (6.0.0) erubi (1.13.1) globalid (1.3.0) activesupport (>= 6.1) i18n (1.14.7) concurrent-ruby (~> 1.0) io-console (0.8.1) - irb (1.15.2) + irb (1.15.3) pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.15.2) + json (2.16.0) language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) @@ -135,7 +135,7 @@ GEM method_source (1.1.0) mini_mime (1.1.5) mini_portile2 (2.8.9) - minitest (5.26.0) + minitest (5.26.2) net-imap (0.5.12) date net-protocol @@ -171,9 +171,9 @@ GEM psych (5.2.6) date stringio - public_suffix (6.0.2) + public_suffix (7.0.0) racc (1.8.1) - rack (3.2.3) + rack (3.2.4) rack-session (2.1.1) base64 (>= 0.1.0) rack (>= 3.0.0) @@ -213,12 +213,12 @@ GEM zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.3.1) - rdoc (6.15.1) + rdoc (6.16.1) erb psych (>= 4.0.0) tsort regexp_parser (2.11.3) - reline (0.6.2) + reline (0.6.3) io-console (~> 0.5) rexml (3.4.4) rspec (3.13.2) @@ -253,7 +253,7 @@ GEM rubocop-ast (>= 1.47.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.47.1) + rubocop-ast (1.48.0) parser (>= 3.3.7.2) prism (~> 1.4) rubocop-capybara (2.22.1) @@ -266,9 +266,9 @@ GEM lint_roller (~> 1.1) rubocop (>= 1.75.0, < 2.0) rubocop-ast (>= 1.47.1, < 2.0) - rubocop-rspec (3.7.0) + rubocop-rspec (3.8.0) lint_roller (~> 1.1) - rubocop (~> 1.72, >= 1.72.1) + rubocop (~> 1.81) ruby-progressbar (1.13.0) securerandom (0.4.1) simplecov (0.22.0) @@ -280,7 +280,7 @@ GEM simplecov (~> 0.19) simplecov-html (0.13.2) simplecov_json_formatter (0.1.4) - stringio (3.1.7) + stringio (3.1.8) thor (1.4.0) timeout (0.4.4) tsort (0.2.0) @@ -289,7 +289,7 @@ GEM unicode-display_width (3.2.0) unicode-emoji (~> 4.1) unicode-emoji (4.1.0) - uri (1.1.0) + uri (1.1.1) useragent (0.16.11) websocket-driver (0.8.0) base64 diff --git a/gemfiles/rails_70/Gemfile.lock b/gemfiles/rails_70/Gemfile.lock index 17fb945..5949df4 100644 --- a/gemfiles/rails_70/Gemfile.lock +++ b/gemfiles/rails_70/Gemfile.lock @@ -80,8 +80,8 @@ GEM mutex_m securerandom (>= 0.3) tzinfo (~> 2.0) - addressable (2.8.7) - public_suffix (>= 2.0.2, < 7.0) + addressable (2.8.8) + public_suffix (>= 2.0.2, < 8.0) base64 (0.3.0) benchmark (0.5.0) bigdecimal (3.3.1) @@ -126,7 +126,7 @@ GEM method_source (1.1.0) mini_mime (1.1.5) mini_portile2 (2.8.9) - minitest (5.26.0) + minitest (5.26.2) mutex_m (0.3.0) net-imap (0.5.12) date @@ -154,7 +154,7 @@ GEM method_source (~> 1.0) public_suffix (6.0.2) racc (1.8.1) - rack (2.2.20) + rack (2.2.21) rack-test (2.2.0) rack (>= 1.3) rails (7.0.10) diff --git a/gemfiles/rails_71/Gemfile.lock b/gemfiles/rails_71/Gemfile.lock index ee9cab8..8e718c1 100644 --- a/gemfiles/rails_71/Gemfile.lock +++ b/gemfiles/rails_71/Gemfile.lock @@ -86,8 +86,8 @@ GEM mutex_m securerandom (>= 0.3) tzinfo (~> 2.0) - addressable (2.8.7) - public_suffix (>= 2.0.2, < 7.0) + addressable (2.8.8) + public_suffix (>= 2.0.2, < 8.0) base64 (0.3.0) benchmark (0.5.0) bigdecimal (3.3.1) @@ -108,7 +108,7 @@ GEM railties (>= 3.0.0) thor (>= 0.14.6) concurrent-ruby (1.3.5) - connection_pool (2.5.4) + connection_pool (2.5.5) crass (1.0.6) date (3.5.0) diff-lcs (1.6.2) @@ -122,7 +122,7 @@ GEM i18n (1.14.7) concurrent-ruby (~> 1.0) io-console (0.8.1) - irb (1.15.2) + irb (1.15.3) pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) @@ -141,7 +141,7 @@ GEM method_source (1.1.0) mini_mime (1.1.5) mini_portile2 (2.8.9) - minitest (5.26.0) + minitest (5.26.2) mutex_m (0.3.0) net-imap (0.5.12) date @@ -175,7 +175,7 @@ GEM stringio public_suffix (6.0.2) racc (1.8.1) - rack (3.2.3) + rack (3.2.4) rack-session (2.1.1) base64 (>= 0.1.0) rack (>= 3.0.0) @@ -215,12 +215,12 @@ GEM tsort (>= 0.2) zeitwerk (~> 2.6) rake (13.3.1) - rdoc (6.15.1) + rdoc (6.16.1) erb psych (>= 4.0.0) tsort regexp_parser (2.11.3) - reline (0.6.2) + reline (0.6.3) io-console (~> 0.5) rexml (3.4.4) rspec (3.13.2) @@ -254,7 +254,7 @@ GEM simplecov (~> 0.19) simplecov-html (0.13.2) simplecov_json_formatter (0.1.4) - stringio (3.1.7) + stringio (3.1.8) thor (1.4.0) timeout (0.4.4) tsort (0.2.0) diff --git a/gemfiles/rails_72/Gemfile.lock b/gemfiles/rails_72/Gemfile.lock index f83f1c8..26d19ff 100644 --- a/gemfiles/rails_72/Gemfile.lock +++ b/gemfiles/rails_72/Gemfile.lock @@ -80,8 +80,8 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) - addressable (2.8.7) - public_suffix (>= 2.0.2, < 7.0) + addressable (2.8.8) + public_suffix (>= 2.0.2, < 8.0) base64 (0.3.0) benchmark (0.5.0) bigdecimal (3.3.1) @@ -102,7 +102,7 @@ GEM railties (>= 3.0.0) thor (>= 0.14.6) concurrent-ruby (1.3.5) - connection_pool (2.5.4) + connection_pool (2.5.5) crass (1.0.6) date (3.5.0) diff-lcs (1.6.2) @@ -116,7 +116,7 @@ GEM i18n (1.14.7) concurrent-ruby (~> 1.0) io-console (0.8.1) - irb (1.15.2) + irb (1.15.3) pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) @@ -135,7 +135,7 @@ GEM method_source (1.1.0) mini_mime (1.1.5) mini_portile2 (2.8.9) - minitest (5.26.0) + minitest (5.26.2) net-imap (0.5.12) date net-protocol @@ -168,7 +168,7 @@ GEM stringio public_suffix (6.0.2) racc (1.8.1) - rack (3.2.3) + rack (3.2.4) rack-session (2.1.1) base64 (>= 0.1.0) rack (>= 3.0.0) @@ -208,12 +208,12 @@ GEM tsort (>= 0.2) zeitwerk (~> 2.6) rake (13.3.1) - rdoc (6.15.1) + rdoc (6.16.1) erb psych (>= 4.0.0) tsort regexp_parser (2.11.3) - reline (0.6.2) + reline (0.6.3) io-console (~> 0.5) rexml (3.4.4) rspec (3.13.2) @@ -247,7 +247,7 @@ GEM simplecov (~> 0.19) simplecov-html (0.13.2) simplecov_json_formatter (0.1.4) - stringio (3.1.7) + stringio (3.1.8) thor (1.4.0) timeout (0.4.4) tsort (0.2.0) diff --git a/gemfiles/rails_80/Gemfile.lock b/gemfiles/rails_80/Gemfile.lock index 267ee9b..edb8826 100644 --- a/gemfiles/rails_80/Gemfile.lock +++ b/gemfiles/rails_80/Gemfile.lock @@ -78,8 +78,8 @@ GEM securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) uri (>= 0.13.1) - addressable (2.8.7) - public_suffix (>= 2.0.2, < 7.0) + addressable (2.8.8) + public_suffix (>= 2.0.2, < 8.0) base64 (0.3.0) benchmark (0.5.0) bigdecimal (3.3.1) @@ -99,20 +99,20 @@ GEM railties (>= 3.0.0) thor (>= 0.14.6) concurrent-ruby (1.3.5) - connection_pool (2.5.4) + connection_pool (2.5.5) crass (1.0.6) date (3.5.0) diff-lcs (1.6.2) docile (1.4.1) drb (2.2.3) - erb (5.1.3) + erb (6.0.0) erubi (1.13.1) globalid (1.3.0) activesupport (>= 6.1) i18n (1.14.7) concurrent-ruby (~> 1.0) io-console (0.8.1) - irb (1.15.2) + irb (1.15.3) pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) @@ -131,7 +131,7 @@ GEM method_source (1.1.0) mini_mime (1.1.5) mini_portile2 (2.8.9) - minitest (5.26.0) + minitest (5.26.2) net-imap (0.5.12) date net-protocol @@ -162,9 +162,9 @@ GEM psych (5.2.6) date stringio - public_suffix (6.0.2) + public_suffix (7.0.0) racc (1.8.1) - rack (3.2.3) + rack (3.2.4) rack-session (2.1.1) base64 (>= 0.1.0) rack (>= 3.0.0) @@ -203,12 +203,12 @@ GEM tsort (>= 0.2) zeitwerk (~> 2.6) rake (13.3.1) - rdoc (6.15.1) + rdoc (6.16.1) erb psych (>= 4.0.0) tsort regexp_parser (2.11.3) - reline (0.6.2) + reline (0.6.3) io-console (~> 0.5) rexml (3.4.4) rspec (3.13.2) @@ -242,13 +242,13 @@ GEM simplecov (~> 0.19) simplecov-html (0.13.2) simplecov_json_formatter (0.1.4) - stringio (3.1.7) + stringio (3.1.8) thor (1.4.0) timeout (0.4.4) tsort (0.2.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - uri (1.1.0) + uri (1.1.1) useragent (0.16.11) websocket-driver (0.8.0) base64