From 978a97854976a592638592e958d547e14188a368 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Sat, 31 Jan 2026 14:57:22 +0100 Subject: [PATCH] Update dependencies --- Gemfile.lock | 30 +++++++++++++++--------------- gemfiles/rails_70/Gemfile.lock | 4 ++-- gemfiles/rails_71/Gemfile.lock | 6 +++--- gemfiles/rails_72/Gemfile.lock | 6 +++--- gemfiles/rails_80/Gemfile.lock | 22 +++++++++++----------- 5 files changed, 34 insertions(+), 34 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index db35015..2731f45 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -147,25 +147,25 @@ GEM net-smtp (0.5.1) net-protocol nio4r (2.7.5) - nokogiri (1.18.10) + nokogiri (1.19.0) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.18.10-aarch64-linux-gnu) + nokogiri (1.19.0-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.18.10-arm64-darwin) + nokogiri (1.19.0-arm64-darwin) racc (~> 1.4) - nokogiri (1.18.10-x86_64-darwin) + nokogiri (1.19.0-x86_64-darwin) racc (~> 1.4) - nokogiri (1.18.10-x86_64-linux-gnu) + nokogiri (1.19.0-x86_64-linux-gnu) racc (~> 1.4) parallel (1.27.0) - parser (3.3.10.0) + parser (3.3.10.1) ast (~> 2.4.1) racc pp (0.6.3) prettyprint prettyprint (0.2.0) - prism (1.7.0) + prism (1.9.0) pry (0.16.0) coderay (~> 1.1) method_source (~> 1.0) @@ -173,7 +173,7 @@ GEM psych (5.3.1) date stringio - public_suffix (7.0.0) + public_suffix (7.0.2) racc (1.8.1) rack (3.2.4) rack-session (2.1.1) @@ -215,7 +215,7 @@ GEM zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.3.1) - rdoc (7.0.3) + rdoc (7.1.0) erb psych (>= 4.0.0) tsort @@ -243,8 +243,8 @@ GEM rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) rspec-support (~> 3.13) - rspec-support (3.13.6) - rubocop (1.82.1) + rspec-support (3.13.7) + rubocop (1.84.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -252,7 +252,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) @@ -268,7 +268,7 @@ GEM lint_roller (~> 1.1) rubocop (>= 1.75.0, < 2.0) rubocop-ast (>= 1.47.1, < 2.0) - rubocop-rspec (3.8.0) + rubocop-rspec (3.9.0) lint_roller (~> 1.1) rubocop (~> 1.81) ruby-progressbar (1.13.0) @@ -283,7 +283,7 @@ GEM simplecov-html (0.13.2) simplecov_json_formatter (0.1.4) stringio (3.2.0) - thor (1.4.0) + thor (1.5.0) timeout (0.6.0) tsort (0.2.0) tzinfo (2.0.6) @@ -326,4 +326,4 @@ DEPENDENCIES simplecov-cobertura BUNDLED WITH - 4.0.3 + 4.0.5 diff --git a/gemfiles/rails_70/Gemfile.lock b/gemfiles/rails_70/Gemfile.lock index 8072222..37fad58 100644 --- a/gemfiles/rails_70/Gemfile.lock +++ b/gemfiles/rails_70/Gemfile.lock @@ -212,7 +212,7 @@ GEM rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) rspec-support (~> 3.13) - rspec-support (3.13.6) + rspec-support (3.13.7) securerandom (0.4.1) simplecov (0.22.0) docile (~> 1.1) @@ -223,7 +223,7 @@ GEM simplecov (~> 0.19) simplecov-html (0.13.2) simplecov_json_formatter (0.1.4) - thor (1.4.0) + thor (1.5.0) timeout (0.6.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) diff --git a/gemfiles/rails_71/Gemfile.lock b/gemfiles/rails_71/Gemfile.lock index 2c52cfa..8585c14 100644 --- a/gemfiles/rails_71/Gemfile.lock +++ b/gemfiles/rails_71/Gemfile.lock @@ -216,7 +216,7 @@ GEM tsort (>= 0.2) zeitwerk (~> 2.6) rake (13.3.1) - rdoc (7.0.3) + rdoc (7.1.0) erb psych (>= 4.0.0) tsort @@ -244,7 +244,7 @@ GEM rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) rspec-support (~> 3.13) - rspec-support (3.13.6) + rspec-support (3.13.7) securerandom (0.4.1) simplecov (0.22.0) docile (~> 1.1) @@ -256,7 +256,7 @@ GEM simplecov-html (0.13.2) simplecov_json_formatter (0.1.4) stringio (3.2.0) - thor (1.4.0) + thor (1.5.0) timeout (0.6.0) tsort (0.2.0) tzinfo (2.0.6) diff --git a/gemfiles/rails_72/Gemfile.lock b/gemfiles/rails_72/Gemfile.lock index e27dfb5..4ac9767 100644 --- a/gemfiles/rails_72/Gemfile.lock +++ b/gemfiles/rails_72/Gemfile.lock @@ -209,7 +209,7 @@ GEM tsort (>= 0.2) zeitwerk (~> 2.6) rake (13.3.1) - rdoc (7.0.3) + rdoc (7.1.0) erb psych (>= 4.0.0) tsort @@ -237,7 +237,7 @@ GEM rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) rspec-support (~> 3.13) - rspec-support (3.13.6) + rspec-support (3.13.7) securerandom (0.4.1) simplecov (0.22.0) docile (~> 1.1) @@ -249,7 +249,7 @@ GEM simplecov-html (0.13.2) simplecov_json_formatter (0.1.4) stringio (3.2.0) - thor (1.4.0) + thor (1.5.0) timeout (0.6.0) tsort (0.2.0) tzinfo (2.0.6) diff --git a/gemfiles/rails_80/Gemfile.lock b/gemfiles/rails_80/Gemfile.lock index 81af122..73471df 100644 --- a/gemfiles/rails_80/Gemfile.lock +++ b/gemfiles/rails_80/Gemfile.lock @@ -143,21 +143,21 @@ GEM net-smtp (0.5.1) net-protocol nio4r (2.7.5) - nokogiri (1.18.10) + nokogiri (1.19.0) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.18.10-aarch64-linux-gnu) + nokogiri (1.19.0-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.18.10-arm64-darwin) + nokogiri (1.19.0-arm64-darwin) racc (~> 1.4) - nokogiri (1.18.10-x86_64-darwin) + nokogiri (1.19.0-x86_64-darwin) racc (~> 1.4) - nokogiri (1.18.10-x86_64-linux-gnu) + nokogiri (1.19.0-x86_64-linux-gnu) racc (~> 1.4) pp (0.6.3) prettyprint prettyprint (0.2.0) - prism (1.7.0) + prism (1.9.0) pry (0.16.0) coderay (~> 1.1) method_source (~> 1.0) @@ -165,7 +165,7 @@ GEM psych (5.3.1) date stringio - public_suffix (7.0.0) + public_suffix (7.0.2) racc (1.8.1) rack (3.2.4) rack-session (2.1.1) @@ -206,7 +206,7 @@ GEM tsort (>= 0.2) zeitwerk (~> 2.6) rake (13.3.1) - rdoc (7.0.3) + rdoc (7.1.0) erb psych (>= 4.0.0) tsort @@ -234,7 +234,7 @@ GEM rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) rspec-support (~> 3.13) - rspec-support (3.13.6) + rspec-support (3.13.7) securerandom (0.4.1) simplecov (0.22.0) docile (~> 1.1) @@ -246,7 +246,7 @@ GEM simplecov-html (0.13.2) simplecov_json_formatter (0.1.4) stringio (3.2.0) - thor (1.4.0) + thor (1.5.0) timeout (0.6.0) tsort (0.2.0) tzinfo (2.0.6) @@ -281,4 +281,4 @@ DEPENDENCIES simplecov-cobertura BUNDLED WITH - 4.0.3 + 4.0.5