From 44fec4c3c2fc86473af2383bfa1875c2951d938a Mon Sep 17 00:00:00 2001 From: ulferts Date: Wed, 14 Aug 2024 14:42:20 +0200 Subject: [PATCH 01/19] bump childprocess & fog-core & mime-types-data & zeitwerk --- Gemfile.lock | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 948ba7e16101..f8043bc12e12 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -411,7 +411,8 @@ GEM fog-aws cbor (0.5.9.8) cgi (0.4.1) - childprocess (5.0.0) + childprocess (5.1.0) + logger (~> 1.5) climate_control (1.2.0) closure_tree (7.4.0) activerecord (>= 4.2.10) @@ -544,7 +545,7 @@ GEM fog-core (~> 2.1) fog-json (~> 1.1) fog-xml (~> 0.1) - fog-core (2.4.0) + fog-core (2.5.0) builder excon (~> 0.71) formatador (>= 0.2, < 2.0) @@ -727,7 +728,7 @@ GEM method_source (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0702) + mime-types-data (3.2024.0806) mini_magick (4.13.2) mini_mime (1.1.5) mini_portile2 (2.8.7) @@ -1162,7 +1163,7 @@ GEM xpath (3.2.0) nokogiri (~> 1.8) yard (0.9.36) - zeitwerk (2.6.16) + zeitwerk (2.6.17) PLATFORMS ruby From 8b1bc5e0fac8cb71f686177f49fa828fc5c2f53e Mon Sep 17 00:00:00 2001 From: ulferts Date: Wed, 14 Aug 2024 14:42:34 +0200 Subject: [PATCH 02/19] bump cose --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index f8043bc12e12..ad42c0a7252c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -429,7 +429,7 @@ GEM concurrent-ruby (1.3.4) connection_pool (2.4.1) cookiejar (0.3.4) - cose (1.3.0) + cose (1.3.1) cbor (~> 0.5.9) openssl-signature_algorithm (~> 1.0) crack (1.0.0) From 59ce384578c8048da44f44da18f15f55c8510a08 Mon Sep 17 00:00:00 2001 From: ulferts Date: Wed, 14 Aug 2024 14:42:47 +0200 Subject: [PATCH 03/19] bump em-socksify --- Gemfile.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index ad42c0a7252c..508be0eb646a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -498,7 +498,8 @@ GEM em-socksify (>= 0.3) eventmachine (>= 1.0.3) http_parser.rb (>= 0.6.0) - em-socksify (0.3.2) + em-socksify (0.3.3) + base64 eventmachine (>= 1.0.0.beta.4) em-synchrony (1.0.6) eventmachine (>= 1.0.0.beta.1) From 4556bc23d2ea8402b3e6020daf3ad8873f04c0b0 Mon Sep 17 00:00:00 2001 From: ulferts Date: Wed, 14 Aug 2024 14:43:00 +0200 Subject: [PATCH 04/19] bump faraday & faraday-net_http --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 508be0eb646a..94f97086215b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -527,12 +527,12 @@ GEM factory_bot_rails (6.4.3) factory_bot (~> 6.4) railties (>= 5.0.0) - faraday (2.10.0) + faraday (2.10.1) faraday-net_http (>= 2.0, < 3.2) logger faraday-follow_redirects (0.3.0) faraday (>= 1, < 3) - faraday-net_http (3.1.0) + faraday-net_http (3.1.1) net-http fastimage (2.3.1) ferrum (0.15) From 578744d95473b67db7d3cd8af114ef1ee9aee776 Mon Sep 17 00:00:00 2001 From: ulferts Date: Wed, 14 Aug 2024 14:44:00 +0200 Subject: [PATCH 05/19] bump google-apis-core & public_suffix --- Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 94f97086215b..906753880ddb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -582,14 +582,14 @@ GEM fugit (>= 1.1) railties (>= 6.0.0) thor (>= 0.14.1) - google-apis-core (0.15.0) + google-apis-core (0.15.1) addressable (~> 2.5, >= 2.5.1) googleauth (~> 1.9) - httpclient (>= 2.8.1, < 3.a) + httpclient (>= 2.8.3, < 3.a) mini_mime (~> 1.0) + mutex_m representable (~> 3.0) retriable (>= 2.0, < 4.a) - rexml google-apis-gmail_v1 (0.41.0) google-apis-core (>= 0.15.0, < 2.a) google-cloud-env (2.1.1) @@ -841,7 +841,7 @@ GEM pry (>= 0.12.0) psych (5.1.2) stringio - public_suffix (6.0.0) + public_suffix (6.0.1) puffing-billy (4.0.0) addressable (~> 2.5) em-http-request (~> 1.1, >= 1.1.0) From bc270d1200c7d65c719ca1af61b49f8ccc177953 Mon Sep 17 00:00:00 2001 From: ulferts Date: Wed, 14 Aug 2024 14:44:13 +0200 Subject: [PATCH 06/19] bump hashdiff --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 906753880ddb..270f3b8ba3b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -612,7 +612,7 @@ GEM rack gravatar_image_tag (1.2.0) hana (1.3.7) - hashdiff (1.1.0) + hashdiff (1.1.1) hashery (2.1.2) hashie (3.6.0) highline (3.0.1) From 4a61eaf7f0b33887669f7119ffa317e662fc5d1e Mon Sep 17 00:00:00 2001 From: ulferts Date: Wed, 14 Aug 2024 14:44:37 +0200 Subject: [PATCH 07/19] bump highline --- Gemfile.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 270f3b8ba3b9..d4fb80939208 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -615,7 +615,8 @@ GEM hashdiff (1.1.1) hashery (2.1.2) hashie (3.6.0) - highline (3.0.1) + highline (3.1.0) + reline html-pipeline (2.14.3) activesupport (>= 2) nokogiri (>= 1.4) From 4e7d0557294b7941fc563598239cb4966c5aba32 Mon Sep 17 00:00:00 2001 From: ulferts Date: Wed, 14 Aug 2024 14:45:01 +0200 Subject: [PATCH 08/19] bump http-2 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index d4fb80939208..b6aafb98851c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -623,7 +623,7 @@ GEM htmlbeautifier (1.4.3) htmldiff (0.0.1) htmlentities (4.3.4) - http-2 (1.0.0) + http-2 (1.0.1) http_parser.rb (0.6.0) httpclient (2.8.3) httpx (1.3.0) From 4f9c9526eddf5336ba250c5dbd97c3dc8b8c87cf Mon Sep 17 00:00:00 2001 From: ulferts Date: Wed, 14 Aug 2024 14:45:25 +0200 Subject: [PATCH 09/19] bump json-schema --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index b6aafb98851c..00e44f99cd49 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -662,7 +662,7 @@ GEM bindata faraday (~> 2.0) faraday-follow_redirects - json-schema (4.3.0) + json-schema (4.3.1) addressable (>= 2.8) json_schemer (2.3.0) bigdecimal From 327c86f5e20269c7d1bd05cc9c8c6c66dac75688 Mon Sep 17 00:00:00 2001 From: ulferts Date: Wed, 14 Aug 2024 14:46:22 +0200 Subject: [PATCH 10/19] bump mustermann --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 00e44f99cd49..4c1d7ac99259 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -737,7 +737,7 @@ GEM minitest (5.25.0) msgpack (1.7.2) multi_json (1.15.0) - mustermann (3.0.0) + mustermann (3.0.2) ruby2_keywords (~> 0.0.1) mustermann-grape (1.1.0) mustermann (>= 1.0.0) From 4ae907bdff2630feadd8ca64fac476cd87322ade Mon Sep 17 00:00:00 2001 From: ulferts Date: Wed, 14 Aug 2024 14:46:58 +0200 Subject: [PATCH 11/19] bump parallel --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4c1d7ac99259..8a71737e852c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -801,7 +801,7 @@ GEM paper_trail (15.1.0) activerecord (>= 6.1) request_store (~> 1.4) - parallel (1.25.1) + parallel (1.26.2) parallel_tests (4.7.1) parallel parser (3.3.4.0) From e1edb9ead34ec16fbe4e8f0655bea9c317721370 Mon Sep 17 00:00:00 2001 From: ulferts Date: Wed, 14 Aug 2024 14:47:12 +0200 Subject: [PATCH 12/19] bump parser --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8a71737e852c..ffdb30364e8c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -804,7 +804,7 @@ GEM parallel (1.26.2) parallel_tests (4.7.1) parallel - parser (3.3.4.0) + parser (3.3.4.2) ast (~> 2.4.1) racc pdf-core (0.9.0) From 612c9bde36bc62c248c1da57d0231544c7f2e20c Mon Sep 17 00:00:00 2001 From: ulferts Date: Wed, 14 Aug 2024 14:49:06 +0200 Subject: [PATCH 13/19] bump rb_sys --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index ffdb30364e8c..437d852832cb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -926,7 +926,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rb_sys (0.9.99) + rb_sys (0.9.100) rbtrace (0.5.1) ffi (>= 1.0.6) msgpack (>= 0.4.3) From 609b083b5f128e555ab628a731449da20768580d Mon Sep 17 00:00:00 2001 From: ulferts Date: Wed, 14 Aug 2024 14:50:15 +0200 Subject: [PATCH 14/19] bump tpm-key_attestation --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 437d852832cb..bd789bb69269 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1096,7 +1096,7 @@ GEM thread_safe (0.3.6) timecop (0.9.10) timeout (0.4.1) - tpm-key_attestation (0.12.0) + tpm-key_attestation (0.12.1) bindata (~> 2.4) openssl (> 2.0) openssl-signature_algorithm (~> 1.0) From f3c0a9c3142e3713ff14236e347336a3556b78d5 Mon Sep 17 00:00:00 2001 From: ulferts Date: Wed, 14 Aug 2024 14:52:43 +0200 Subject: [PATCH 15/19] bump aws-sdk-sns --- Gemfile.lock | 4 ++-- .../openproject-two_factor_authentication.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index bd789bb69269..47533c4b03c5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -206,7 +206,7 @@ PATH remote: modules/two_factor_authentication specs: openproject-two_factor_authentication (1.0.0) - aws-sdk-sns (~> 1.80.0) + aws-sdk-sns (~> 1.82.0) messagebird-rest (~> 1.4.2) rotp (~> 6.1) webauthn (~> 3.0) @@ -355,7 +355,7 @@ GEM aws-sdk-core (~> 3, >= 3.201.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.5) - aws-sdk-sns (1.80.0) + aws-sdk-sns (1.82.0) aws-sdk-core (~> 3, >= 3.201.0) aws-sigv4 (~> 1.5) aws-sigv4 (1.9.1) diff --git a/modules/two_factor_authentication/openproject-two_factor_authentication.gemspec b/modules/two_factor_authentication/openproject-two_factor_authentication.gemspec index 3e436056ffdc..7f370d98e4c1 100644 --- a/modules/two_factor_authentication/openproject-two_factor_authentication.gemspec +++ b/modules/two_factor_authentication/openproject-two_factor_authentication.gemspec @@ -14,6 +14,6 @@ Gem::Specification.new do |s| s.add_dependency "rotp", "~> 6.1" s.add_dependency "webauthn", "~> 3.0" - s.add_dependency "aws-sdk-sns", "~> 1.80.0" + s.add_dependency "aws-sdk-sns", "~> 1.82.0" s.metadata["rubygems_mfa_required"] = "true" end From b2fc7212307f27b676b271f87f258e36257d6509 Mon Sep 17 00:00:00 2001 From: ulferts Date: Wed, 14 Aug 2024 14:53:38 +0200 Subject: [PATCH 16/19] bump meta-tags --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index df959c7a0782..340b628dbffc 100644 --- a/Gemfile +++ b/Gemfile @@ -165,7 +165,7 @@ gem "ttfunk", "~> 1.7.0" # remove after https://github.com/prawnpdf/prawn/issues # prawn implicitly depends on matrix gem no longer in ruby core with 3.1 gem "matrix", "~> 0.4.2" -gem "meta-tags", "~> 2.21.0" +gem "meta-tags", "~> 2.22.0" gem "paper_trail", "~> 15.1.0" diff --git a/Gemfile.lock b/Gemfile.lock index 47533c4b03c5..915b52831e3a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -725,8 +725,8 @@ GEM markly (0.10.0) matrix (0.4.2) messagebird-rest (1.4.2) - meta-tags (2.21.0) - actionpack (>= 6.0.0, < 7.2) + meta-tags (2.22.0) + actionpack (>= 6.0.0, < 8.1) method_source (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) @@ -1253,7 +1253,7 @@ DEPENDENCIES markly (~> 0.10) matrix (~> 0.4.2) md_to_pdf! - meta-tags (~> 2.21.0) + meta-tags (~> 2.22.0) mini_magick (~> 4.13.0) multi_json (~> 1.15.0) my_page! From 024691e9b9cac6697c9f7f2a8229badb78f5cf18 Mon Sep 17 00:00:00 2001 From: ulferts Date: Wed, 14 Aug 2024 14:54:52 +0200 Subject: [PATCH 17/19] bump rubytree --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 340b628dbffc..ab63117dd6a2 100644 --- a/Gemfile +++ b/Gemfile @@ -63,7 +63,7 @@ gem "acts_as_list", "~> 1.2.0" gem "acts_as_tree", "~> 2.9.0" gem "awesome_nested_set", "~> 3.6.0" gem "closure_tree", "~> 7.4.0" -gem "rubytree", "~> 2.0.0" +gem "rubytree", "~> 2.1.0" # Only used in down migrations now. # Is to be removed once the referencing migrations have been squashed. gem "typed_dag", "~> 2.0.2", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 915b52831e3a..15fea04fc000 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1027,7 +1027,7 @@ GEM nokogiri (>= 1.13.10) rexml ruby2_keywords (0.0.5) - rubytree (2.0.3) + rubytree (2.1.0) json (~> 2.0, > 2.3.1) rubyzip (2.3.2) safety_net_attestation (0.4.0) @@ -1340,7 +1340,7 @@ DEPENDENCIES ruby-duration (~> 3.2.0) ruby-prof ruby-progressbar (~> 1.13.0) - rubytree (~> 2.0.0) + rubytree (~> 2.1.0) sanitize (~> 6.1.0) secure_headers (~> 6.5.0) selenium-devtools From 2eee33b7fd4f50e631cab24d6015f46b9cf578d9 Mon Sep 17 00:00:00 2001 From: ulferts Date: Wed, 14 Aug 2024 14:56:39 +0200 Subject: [PATCH 18/19] bump test-prof --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ab63117dd6a2..9441a5ab1f44 100644 --- a/Gemfile +++ b/Gemfile @@ -240,7 +240,7 @@ group :test do # Test prof provides factories from code # and other niceties - gem "test-prof", "~> 1.3.0" + gem "test-prof", "~> 1.4.0" gem "turbo_tests", github: "opf/turbo_tests", ref: "with-patches" gem "rack_session_access" diff --git a/Gemfile.lock b/Gemfile.lock index 15fea04fc000..92634330e626 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1090,7 +1090,7 @@ GEM table_print (1.5.7) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) - test-prof (1.3.3.1) + test-prof (1.4.0) text-hyphen (1.5.0) thor (1.3.1) thread_safe (0.3.6) @@ -1360,7 +1360,7 @@ DEPENDENCIES svg-graph (~> 2.2.0) sys-filesystem (~> 1.5.0) table_print (~> 1.5.6) - test-prof (~> 1.3.0) + test-prof (~> 1.4.0) timecop (~> 0.9.0) ttfunk (~> 1.7.0) turbo-rails (~> 2.0.0) From c29d42e26967f92a0078a10aa182f85f88bc2bcc Mon Sep 17 00:00:00 2001 From: ulferts Date: Wed, 14 Aug 2024 15:00:00 +0200 Subject: [PATCH 19/19] bump mini_magick --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9441a5ab1f44..fd7e92c9d1d1 100644 --- a/Gemfile +++ b/Gemfile @@ -204,7 +204,7 @@ gem "plaintext", "~> 0.3.2" gem "ruby-progressbar", "~> 1.13.0", require: false -gem "mini_magick", "~> 4.13.0", require: false +gem "mini_magick", "~> 5.0.1", require: false gem "validate_url" diff --git a/Gemfile.lock b/Gemfile.lock index 92634330e626..19afc7293201 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -731,7 +731,7 @@ GEM mime-types (3.5.2) mime-types-data (~> 3.2015) mime-types-data (3.2024.0806) - mini_magick (4.13.2) + mini_magick (5.0.1) mini_mime (1.1.5) mini_portile2 (2.8.7) minitest (5.25.0) @@ -1254,7 +1254,7 @@ DEPENDENCIES matrix (~> 0.4.2) md_to_pdf! meta-tags (~> 2.22.0) - mini_magick (~> 4.13.0) + mini_magick (~> 5.0.1) multi_json (~> 1.15.0) my_page! net-ldap (~> 0.19.0)