From 89884e13d7d8e72e34aa471b1285f1cf8cfe58c3 Mon Sep 17 00:00:00 2001 From: simon lehericey Date: Tue, 26 Nov 2024 17:14:13 +0100 Subject: [PATCH 1/2] chore: update rubocop --- Gemfile.lock | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index fa36c264e..20225f29c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -365,7 +365,7 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - json (2.7.2) + json (2.8.2) json-jwt (1.16.6) activesupport (>= 4.2) aes_key_wrap @@ -479,9 +479,9 @@ GEM validate_url webfinger (~> 2.0) orm_adapter (0.5.0) - parallel (1.24.0) + parallel (1.26.3) parsby (1.1.1) - parser (3.3.0.5) + parser (3.3.6.0) ast (~> 2.4.1) racc pdf-core (0.9.0) @@ -598,7 +598,7 @@ GEM redis-client (>= 0.22.0) redis-client (0.22.1) connection_pool - regexp_parser (2.9.0) + regexp_parser (2.9.2) reline (0.5.3) io-console (~> 0.5) request_store (1.5.1) @@ -606,8 +606,7 @@ GEM responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) - rexml (3.3.6) - strscan + rexml (3.3.9) rodf (1.2.0) builder (>= 3.0) rubyzip (>= 1.0) @@ -638,19 +637,18 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.63.3) + rubocop (1.69.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.31.1, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.36.1, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.2) - parser (>= 3.3.0.4) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.36.1) + parser (>= 3.3.1.0) rubocop-capybara (2.20.0) rubocop (~> 1.41) rubocop-factory_bot (2.25.1) @@ -774,7 +772,6 @@ GEM stringio (3.1.0) strong_migrations (1.8.0) activerecord (>= 5.2) - strscan (3.1.0) swd (2.0.3) activesupport (>= 3) attr_required (>= 0.0.5) @@ -805,7 +802,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.9.1) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) uri (0.13.0) validate_url (1.0.15) activemodel (>= 3.0.0) From a52b0cc703ba4eff2d290a105c05f4326d168216 Mon Sep 17 00:00:00 2001 From: simon lehericey Date: Tue, 26 Nov 2024 17:15:52 +0100 Subject: [PATCH 2/2] chore: bundle update psych and stringio --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 20225f29c..fd2edf5aa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -509,7 +509,7 @@ GEM premailer (~> 1.7, >= 1.7.9) prometheus-client (4.2.2) promise.rb (0.7.4) - psych (5.1.2) + psych (5.2.0) stringio public_suffix (5.0.5) puma (6.4.3) @@ -769,7 +769,7 @@ GEM sprockets (>= 3.0.0) stackprof (0.2.26) string-similarity (2.1.0) - stringio (3.1.0) + stringio (3.1.2) strong_migrations (1.8.0) activerecord (>= 5.2) swd (2.0.3)