From a83d34dcdae1e88e65080c6870c4145d6d1a05ec Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 02:28:34 +0200 Subject: [PATCH 01/57] Bump bundler to match ruby 3.1.5 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 60a189e00..ddad08c71 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -901,4 +901,4 @@ DEPENDENCIES yajl-ruby (= 1.4.3) BUNDLED WITH - 2.3.18 + 2.3.27 From 5e13a7208d9d5a103abd14da87f444ee9b992c3b Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 02:31:09 +0200 Subject: [PATCH 02/57] Bump rails --- Gemfile | 2 +- Gemfile.lock | 157 ++++++++++++++++++++++++++------------------------- 2 files changed, 80 insertions(+), 79 deletions(-) diff --git a/Gemfile b/Gemfile index d286fb931..9d1e1dee6 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" -gem "rails", "6.1.7.4" +gem "rails", "6.1.7.8" # needed for actionmailer, can be removed when upgrading to rails 7 gem "net-imap", require: false diff --git a/Gemfile.lock b/Gemfile.lock index ddad08c71..4b99556ee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,40 +1,40 @@ GEM remote: https://rubygems.org/ specs: - actioncable (6.1.7.4) - actionpack (= 6.1.7.4) - activesupport (= 6.1.7.4) + actioncable (6.1.7.8) + actionpack (= 6.1.7.8) + activesupport (= 6.1.7.8) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailbox (6.1.7.4) - actionpack (= 6.1.7.4) - activejob (= 6.1.7.4) - activerecord (= 6.1.7.4) - activestorage (= 6.1.7.4) - activesupport (= 6.1.7.4) + actionmailbox (6.1.7.8) + actionpack (= 6.1.7.8) + activejob (= 6.1.7.8) + activerecord (= 6.1.7.8) + activestorage (= 6.1.7.8) + activesupport (= 6.1.7.8) mail (>= 2.7.1) - actionmailer (6.1.7.4) - actionpack (= 6.1.7.4) - actionview (= 6.1.7.4) - activejob (= 6.1.7.4) - activesupport (= 6.1.7.4) + actionmailer (6.1.7.8) + actionpack (= 6.1.7.8) + actionview (= 6.1.7.8) + activejob (= 6.1.7.8) + activesupport (= 6.1.7.8) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (6.1.7.4) - actionview (= 6.1.7.4) - activesupport (= 6.1.7.4) + actionpack (6.1.7.8) + actionview (= 6.1.7.8) + activesupport (= 6.1.7.8) rack (~> 2.0, >= 2.0.9) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actiontext (6.1.7.4) - actionpack (= 6.1.7.4) - activerecord (= 6.1.7.4) - activestorage (= 6.1.7.4) - activesupport (= 6.1.7.4) + actiontext (6.1.7.8) + actionpack (= 6.1.7.8) + activerecord (= 6.1.7.8) + activestorage (= 6.1.7.8) + activesupport (= 6.1.7.8) nokogiri (>= 1.8.5) - actionview (6.1.7.4) - activesupport (= 6.1.7.4) + actionview (6.1.7.8) + activesupport (= 6.1.7.8) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) @@ -42,24 +42,24 @@ GEM active_model_serializers (0.9.9) activemodel (>= 3.2) concurrent-ruby (~> 1.0) - activejob (6.1.7.4) - activesupport (= 6.1.7.4) + activejob (6.1.7.8) + activesupport (= 6.1.7.8) globalid (>= 0.3.6) - activemodel (6.1.7.4) - activesupport (= 6.1.7.4) - activerecord (6.1.7.4) - activemodel (= 6.1.7.4) - activesupport (= 6.1.7.4) + activemodel (6.1.7.8) + activesupport (= 6.1.7.8) + activerecord (6.1.7.8) + activemodel (= 6.1.7.8) + activesupport (= 6.1.7.8) activerecord-import (1.4.1) activerecord (>= 4.2) - activestorage (6.1.7.4) - actionpack (= 6.1.7.4) - activejob (= 6.1.7.4) - activerecord (= 6.1.7.4) - activesupport (= 6.1.7.4) + activestorage (6.1.7.8) + actionpack (= 6.1.7.8) + activejob (= 6.1.7.8) + activerecord (= 6.1.7.8) + activesupport (= 6.1.7.8) marcel (~> 1.0) mini_mime (>= 1.1.0) - activesupport (6.1.7.4) + activesupport (6.1.7.8) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -141,7 +141,7 @@ GEM chunky_png (1.4.0) citrus (3.0.2) coderay (1.1.3) - concurrent-ruby (1.2.2) + concurrent-ruby (1.3.1) configurate (0.5.0) connection_pool (2.4.1) crack (0.4.5) @@ -189,7 +189,7 @@ GEM activerecord (>= 5.a) database_cleaner-core (~> 2.0.0) database_cleaner-core (2.0.1) - date (3.3.3) + date (3.3.4) devise (4.9.2) bcrypt (~> 3.0) orm_adapter (~> 0.1) @@ -299,8 +299,8 @@ GEM gitlab (4.19.0) httparty (~> 0.20) terminal-table (>= 1.5.1) - globalid (1.1.0) - activesupport (>= 5.0) + globalid (1.2.1) + activesupport (>= 6.1) gon (6.4.0) actionpack (>= 3.0.20) i18n (>= 0.7) @@ -338,7 +338,7 @@ GEM httparty (0.21.0) mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) - i18n (1.14.1) + i18n (1.14.5) concurrent-ruby (~> 1.0) idn-ruby (0.1.5) image_processing (1.12.2) @@ -391,7 +391,7 @@ GEM multi_json (~> 1.14) logging-rails (0.6.0) logging (>= 1.8) - loofah (2.21.3) + loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) macaddr (1.7.2) @@ -401,17 +401,17 @@ GEM net-imap net-pop net-smtp - marcel (1.0.2) + marcel (1.0.4) matrix (0.4.2) memoizable (0.4.2) thread_safe (~> 0.3, >= 0.3.1) - method_source (1.0.0) + method_source (1.1.0) mime-types (3.4.1) mime-types-data (~> 3.2015) mime-types-data (3.2023.0218.1) mini_magick (4.12.0) - mini_mime (1.1.2) - mini_portile2 (2.8.2) + mini_mime (1.1.5) + mini_portile2 (2.8.7) minitest (5.18.1) mobile-fu (1.4.0) rack-mobile-detect @@ -422,16 +422,16 @@ GEM multipart-post (2.3.0) mysql2 (0.5.5) naught (1.1.0) - net-imap (0.3.6) + net-imap (0.4.12) date net-protocol net-pop (0.1.2) net-protocol - net-protocol (0.2.1) + net-protocol (0.2.2) timeout - net-smtp (0.3.3) + net-smtp (0.5.0) net-protocol - nio4r (2.5.9) + nio4r (2.7.3) nokogiri (1.15.2) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -525,8 +525,8 @@ GEM puma (6.3.0) nio4r (~> 2.0) raabro (1.4.0) - racc (1.7.1) - rack (2.2.7) + racc (1.8.0) + rack (2.2.9) rack-cors (2.0.1) rack (>= 2.0.0) rack-google-analytics (1.2.0) @@ -549,27 +549,28 @@ GEM rack rack-test (2.1.0) rack (>= 1.3) - rails (6.1.7.4) - actioncable (= 6.1.7.4) - actionmailbox (= 6.1.7.4) - actionmailer (= 6.1.7.4) - actionpack (= 6.1.7.4) - actiontext (= 6.1.7.4) - actionview (= 6.1.7.4) - activejob (= 6.1.7.4) - activemodel (= 6.1.7.4) - activerecord (= 6.1.7.4) - activestorage (= 6.1.7.4) - activesupport (= 6.1.7.4) + rails (6.1.7.8) + actioncable (= 6.1.7.8) + actionmailbox (= 6.1.7.8) + actionmailer (= 6.1.7.8) + actionpack (= 6.1.7.8) + actiontext (= 6.1.7.8) + actionview (= 6.1.7.8) + activejob (= 6.1.7.8) + activemodel (= 6.1.7.8) + activerecord (= 6.1.7.8) + activestorage (= 6.1.7.8) + activesupport (= 6.1.7.8) bundler (>= 1.15.0) - railties (= 6.1.7.4) + railties (= 6.1.7.8) sprockets-rails (>= 2.0.0) rails-controller-testing (1.0.5) actionpack (>= 5.0.1.rc1) actionview (>= 5.0.1.rc1) activesupport (>= 5.0.1.rc1) - rails-dom-testing (2.0.3) - activesupport (>= 4.2.0) + rails-dom-testing (2.2.0) + activesupport (>= 5.0.0) + minitest nokogiri (>= 1.6) rails-html-sanitizer (1.6.0) loofah (~> 2.21) @@ -580,14 +581,14 @@ GEM rails-timeago (2.20.0) actionpack (>= 5.2) activesupport (>= 5.2) - railties (6.1.7.4) - actionpack (= 6.1.7.4) - activesupport (= 6.1.7.4) + railties (6.1.7.8) + actionpack (= 6.1.7.8) + activesupport (= 6.1.7.8) method_source rake (>= 12.2) thor (~> 1.0) rainbow (3.1.1) - rake (13.0.6) + rake (13.2.1) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) @@ -690,7 +691,7 @@ GEM snaky_hash (2.0.1) hashie version_gem (~> 1.1, >= 1.1.1) - sprockets (4.2.0) + sprockets (4.2.1) concurrent-ruby (~> 1.0) rack (>= 2.2.4, < 4) sprockets-rails (3.4.2) @@ -714,11 +715,11 @@ GEM unicode-display_width (>= 1.1.1, < 3) terser (1.1.16) execjs (>= 0.3.0, < 3) - thor (1.2.2) + thor (1.3.1) thread_safe (0.3.6) tilt (2.2.0) timecop (0.9.6) - timeout (0.4.0) + timeout (0.4.1) timers (4.3.5) toml-rb (2.2.0) citrus (~> 3.0, > 3.0) @@ -770,7 +771,7 @@ GEM crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) webrick (1.8.1) - websocket-driver (0.7.5) + websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) will_paginate (4.0.0) @@ -778,7 +779,7 @@ GEM nokogiri (~> 1.8) yajl-ruby (1.4.3) yard (0.9.34) - zeitwerk (2.6.8) + zeitwerk (2.6.15) PLATFORMS ruby @@ -863,7 +864,7 @@ DEPENDENCIES rack-piwik (= 0.3.0) rack-rewrite (= 1.5.1) rack-ssl (= 1.4.1) - rails (= 6.1.7.4) + rails (= 6.1.7.8) rails-controller-testing (= 1.0.5) rails-i18n (= 7.0.7) rails-timeago (= 2.20.0) From eb12b5596cdbf802e8f03b43b9d9ec2f98f78149 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 02:32:16 +0200 Subject: [PATCH 03/57] Bump responders --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9d1e1dee6..f9af30229 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem "net-smtp", require: false # Legacy Rails features, remove me! # responders (class level) -gem "responders", "3.1.0" +gem "responders", "3.1.1" # Appserver diff --git a/Gemfile.lock b/Gemfile.lock index 4b99556ee..d4924f796 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -597,7 +597,7 @@ GEM regexp_parser (2.8.1) request_store (1.5.1) rack (>= 1.4) - responders (3.1.0) + responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) rexml (3.2.5) @@ -870,7 +870,7 @@ DEPENDENCIES rails-timeago (= 2.20.0) redcarpet (= 3.6.0) redis (= 4.8.1) - responders (= 3.1.0) + responders (= 3.1.1) rqrcode (= 2.2.0) rspec-json_expectations (~> 2.1) rspec-rails (= 6.0.3) From 7910103f6052a0d78c7d95178c524119a5f7674e Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 02:33:25 +0200 Subject: [PATCH 04/57] Bump puma --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index f9af30229..77338cea0 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem "responders", "3.1.1" # Appserver -gem "puma", "6.3.0", require: false +gem "puma", "6.4.2", require: false # Federation diff --git a/Gemfile.lock b/Gemfile.lock index d4924f796..4b8b59826 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -522,7 +522,7 @@ GEM byebug (~> 11.0) pry (>= 0.13, < 0.15) public_suffix (5.0.1) - puma (6.3.0) + puma (6.4.2) nio4r (~> 2.0) raabro (1.4.0) racc (1.8.0) @@ -858,7 +858,7 @@ DEPENDENCIES pronto-scss (= 0.11.0) pry pry-byebug - puma (= 6.3.0) + puma (= 6.4.2) rack-cors (= 2.0.1) rack-google-analytics (= 1.2.0) rack-piwik (= 0.3.0) From 9ed57596c1e3c00d8f5b0a000287c1a77f08075b Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 02:35:26 +0200 Subject: [PATCH 05/57] Bump json --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 77338cea0..fd892f885 100644 --- a/Gemfile +++ b/Gemfile @@ -25,7 +25,7 @@ gem "diaspora_federation-rails", "1.1.0" # API and JSON gem "acts_as_api", "1.0.1" -gem "json", "2.6.3" +gem "json", "2.7.2" gem "json-schema", "4.0.0" gem "yajl-ruby", "1.4.3" diff --git a/Gemfile.lock b/Gemfile.lock index 4b8b59826..3f3856e81 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -363,7 +363,7 @@ GEM js_image_paths (0.2.0) rails (>= 4.0, < 8.0) sprockets (>= 3.0.0) - json (2.6.3) + json (2.7.2) json-jwt (1.16.3) activesupport (>= 4.2) aes_key_wrap @@ -830,7 +830,7 @@ DEPENDENCIES jquery-ui-rails (= 5.0.5) js-routes (= 2.2.5) js_image_paths (= 0.2.0) - json (= 2.6.3) + json (= 2.7.2) json-schema (= 4.0.0) leaflet-rails (= 1.9.3) listen (= 3.8.0) From 61592cca67629b7cab49c8a1103d2722b463c70c Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 02:37:26 +0200 Subject: [PATCH 06/57] Bump json-schema --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index fd892f885..afefba8ea 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem "diaspora_federation-rails", "1.1.0" gem "acts_as_api", "1.0.1" gem "json", "2.7.2" -gem "json-schema", "4.0.0" +gem "json-schema", "4.3.0" gem "yajl-ruby", "1.4.3" # Authentication diff --git a/Gemfile.lock b/Gemfile.lock index 3f3856e81..80fe624dc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -370,7 +370,7 @@ GEM bindata faraday (~> 2.0) faraday-follow_redirects - json-schema (4.0.0) + json-schema (4.3.0) addressable (>= 2.8) jsonpath (1.1.3) multi_json @@ -521,7 +521,7 @@ GEM pry-byebug (3.10.1) byebug (~> 11.0) pry (>= 0.13, < 0.15) - public_suffix (5.0.1) + public_suffix (5.0.5) puma (6.4.2) nio4r (~> 2.0) raabro (1.4.0) @@ -831,7 +831,7 @@ DEPENDENCIES js-routes (= 2.2.5) js_image_paths (= 0.2.0) json (= 2.7.2) - json-schema (= 4.0.0) + json-schema (= 4.3.0) leaflet-rails (= 1.9.3) listen (= 3.8.0) logging-rails (= 0.6.0) From 630b70bcf0c8ffab70dd17569406f1ef31a5c31c Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 02:39:58 +0200 Subject: [PATCH 07/57] Bump devise --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index afefba8ea..947334cae 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ gem "yajl-ruby", "1.4.3" # Authentication -gem "devise", "4.9.2" +gem "devise", "4.9.4" gem "devise_lastseenable", "0.0.6" gem "devise-two-factor", "4.1.0" gem "rqrcode", "2.2.0" diff --git a/Gemfile.lock b/Gemfile.lock index 80fe624dc..e23a2dd44 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -89,7 +89,7 @@ GEM babel-transpiler (0.7.0) babel-source (>= 4.0, < 6) execjs (~> 2.0) - bcrypt (3.1.19) + bcrypt (3.1.20) bindata (2.4.15) bootstrap-sass (3.4.1) autoprefixer-rails (>= 5.2.1) @@ -190,7 +190,7 @@ GEM database_cleaner-core (~> 2.0.0) database_cleaner-core (2.0.1) date (3.3.4) - devise (4.9.2) + devise (4.9.4) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 4.1.0) @@ -803,7 +803,7 @@ DEPENDENCIES cucumber-rails (= 2.6.1) cuprite (= 0.14.3) database_cleaner-active_record (= 2.1.0) - devise (= 4.9.2) + devise (= 4.9.4) devise-two-factor (= 4.1.0) devise_lastseenable (= 0.0.6) diaspora_federation-json_schema (= 1.1.0) From d390499e865b087f52bb1500f8894f1931a31f6e Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 02:47:48 +0200 Subject: [PATCH 08/57] Bump sidekiq and sidekiq-cron --- Gemfile | 4 ++-- Gemfile.lock | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 947334cae..51681542e 100644 --- a/Gemfile +++ b/Gemfile @@ -43,11 +43,11 @@ gem "simple_captcha2", "0.5.0", require: "simple_captcha" # Background processing gem "redis", "4.8.1" -gem "sidekiq", "6.5.9" +gem "sidekiq", "6.5.12" # Scheduled processing -gem "sidekiq-cron", "1.10.1" +gem "sidekiq-cron", "1.12.0" # Compression diff --git a/Gemfile.lock b/Gemfile.lock index e23a2dd44..64da61bfd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -230,7 +230,7 @@ GEM execjs multi_json (>= 1.3) rake - et-orbi (1.2.7) + et-orbi (1.2.11) tzinfo ethon (0.16.0) ffi (>= 1.15.0) @@ -290,8 +290,8 @@ GEM fog-core nokogiri (>= 1.5.11, < 2.0.0) formatador (1.1.0) - fugit (1.8.1) - et-orbi (~> 1, >= 1.2.7) + fugit (1.11.0) + et-orbi (~> 1, >= 1.2.11) raabro (~> 1.4) fuubar (2.5.1) rspec-core (~> 3.0) @@ -669,11 +669,11 @@ GEM secure_headers (6.5.0) shoulda-matchers (5.3.0) activesupport (>= 5.2.0) - sidekiq (6.5.9) + sidekiq (6.5.12) connection_pool (>= 2.2.5, < 3) rack (~> 2.0) redis (>= 4.5.0, < 5) - sidekiq-cron (1.10.1) + sidekiq-cron (1.12.0) fugit (~> 1.8) globalid (>= 1.0.1) sidekiq (>= 6) @@ -881,8 +881,8 @@ DEPENDENCIES sassc-rails (= 2.1.2) secure_headers (= 6.5.0) shoulda-matchers (= 5.3.0) - sidekiq (= 6.5.9) - sidekiq-cron (= 1.10.1) + sidekiq (= 6.5.12) + sidekiq-cron (= 1.12.0) simple_captcha2 (= 0.5.0) simplecov (= 0.22.0) sinon-rails (= 1.15.0) From 5eec93d2ef000cb8858c54c7bdc6d883549bba0c Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 02:50:43 +0200 Subject: [PATCH 09/57] Bump terser --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 51681542e..b9c4a0674 100644 --- a/Gemfile +++ b/Gemfile @@ -51,7 +51,7 @@ gem "sidekiq-cron", "1.12.0" # Compression -gem "terser", "1.1.16" +gem "terser", "1.2.2" # Configuration diff --git a/Gemfile.lock b/Gemfile.lock index 64da61bfd..c81301acd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -235,7 +235,7 @@ GEM ethon (0.16.0) ffi (>= 1.15.0) excon (0.100.0) - execjs (2.8.1) + execjs (2.9.1) eye (0.10.0) celluloid (~> 0.17.3) celluloid-io (~> 0.17.0) @@ -713,7 +713,7 @@ GEM temple (0.10.2) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) - terser (1.1.16) + terser (1.2.2) execjs (>= 0.3.0, < 3) thor (1.3.1) thread_safe (0.3.6) @@ -888,7 +888,7 @@ DEPENDENCIES sinon-rails (= 1.15.0) sprockets-rails (= 3.4.2) string-direction (= 1.2.2) - terser (= 1.1.16) + terser (= 1.2.2) timecop (= 0.9.6) toml-rb (= 2.2.0) turbo_dev_assets (= 0.0.2) From abb59cc1b420e98ba9682f9872b771aa434a0ed8 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 02:51:35 +0200 Subject: [PATCH 10/57] Bump configurate --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b9c4a0674..27058aaba 100644 --- a/Gemfile +++ b/Gemfile @@ -55,7 +55,7 @@ gem "terser", "1.2.2" # Configuration -gem "configurate", "0.5.0" +gem "configurate", "0.6.0" gem "toml-rb", "2.2.0" # Cross-origin resource sharing diff --git a/Gemfile.lock b/Gemfile.lock index c81301acd..3bda13693 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -142,7 +142,7 @@ GEM citrus (3.0.2) coderay (1.1.3) concurrent-ruby (1.3.1) - configurate (0.5.0) + configurate (0.6.0) connection_pool (2.4.1) crack (0.4.5) rexml @@ -798,7 +798,7 @@ DEPENDENCIES capybara (= 3.39.2) carrierwave (= 2.2.4) chrome_remote (= 0.3.0) - configurate (= 0.5.0) + configurate (= 0.6.0) cucumber-api-steps (= 0.14) cucumber-rails (= 2.6.1) cuprite (= 0.14.3) From 7dc1e2d026c14ec6f62b6c24a2736948d73bff9b Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 02:52:55 +0200 Subject: [PATCH 11/57] Bump toml-rb --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 27058aaba..cd090f62e 100644 --- a/Gemfile +++ b/Gemfile @@ -56,7 +56,7 @@ gem "terser", "1.2.2" # Configuration gem "configurate", "0.6.0" -gem "toml-rb", "2.2.0" +gem "toml-rb", "3.0.1" # Cross-origin resource sharing diff --git a/Gemfile.lock b/Gemfile.lock index 3bda13693..fa7436053 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -721,8 +721,9 @@ GEM timecop (0.9.6) timeout (0.4.1) timers (4.3.5) - toml-rb (2.2.0) + toml-rb (3.0.1) citrus (~> 3.0, > 3.0) + racc (~> 1.7) turbo_dev_assets (0.0.2) twitter (8.0.0) addressable (~> 2.3) @@ -890,7 +891,7 @@ DEPENDENCIES string-direction (= 1.2.2) terser (= 1.2.2) timecop (= 0.9.6) - toml-rb (= 2.2.0) + toml-rb (= 3.0.1) turbo_dev_assets (= 0.0.2) twitter (= 8.0.0) twitter-text (= 3.1.0) From 0615ac112ba5bdcc4c814651bcd7809a4b2a14fe Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 02:54:46 +0200 Subject: [PATCH 12/57] Bump rack-cors --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index cd090f62e..bf91ac77a 100644 --- a/Gemfile +++ b/Gemfile @@ -60,7 +60,7 @@ gem "toml-rb", "3.0.1" # Cross-origin resource sharing -gem "rack-cors", "2.0.1", require: "rack/cors" +gem "rack-cors", "2.0.2", require: "rack/cors" # CSS diff --git a/Gemfile.lock b/Gemfile.lock index fa7436053..a02163574 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -527,7 +527,7 @@ GEM raabro (1.4.0) racc (1.8.0) rack (2.2.9) - rack-cors (2.0.1) + rack-cors (2.0.2) rack (>= 2.0.0) rack-google-analytics (1.2.0) actionpack @@ -860,7 +860,7 @@ DEPENDENCIES pry pry-byebug puma (= 6.4.2) - rack-cors (= 2.0.1) + rack-cors (= 2.0.2) rack-google-analytics (= 1.2.0) rack-piwik (= 0.3.0) rack-rewrite (= 1.5.1) From 2c34f271d9d94fdd647e5ac5253849dfe3fdcbcf Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 02:57:23 +0200 Subject: [PATCH 13/57] Bump autoprefixer-rails --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index bf91ac77a..569ff4ea3 100644 --- a/Gemfile +++ b/Gemfile @@ -64,7 +64,7 @@ gem "rack-cors", "2.0.2", require: "rack/cors" # CSS -gem "autoprefixer-rails", "10.4.13.0" +gem "autoprefixer-rails", "10.4.16.0" gem "bootstrap-sass", "3.4.1" gem "bootstrap-switch-rails", "3.3.3" # 3.3.4 and 3.3.5 is broken, see https://github.com/Bttstrp/bootstrap-switch/issues/691 gem "sassc-rails", "2.1.2" diff --git a/Gemfile.lock b/Gemfile.lock index a02163574..606fc7351 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,7 +83,7 @@ GEM attr_encrypted (4.0.0) encryptor (~> 3.0.0) attr_required (1.0.1) - autoprefixer-rails (10.4.13.0) + autoprefixer-rails (10.4.16.0) execjs (~> 2) babel-source (5.8.35) babel-transpiler (0.7.0) @@ -792,7 +792,7 @@ DEPENDENCIES acts_as_api (= 1.0.1) addressable (= 2.8.4) asset_sync (= 2.18.0) - autoprefixer-rails (= 10.4.13.0) + autoprefixer-rails (= 10.4.16.0) babel-transpiler (= 0.7.0) bootstrap-sass (= 3.4.1) bootstrap-switch-rails (= 3.3.3) From 47b718106112d73ee7321d8e6ea3bb859091a850 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 02:58:57 +0200 Subject: [PATCH 14/57] Bump mysql2 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 569ff4ea3..641b64222 100644 --- a/Gemfile +++ b/Gemfile @@ -73,7 +73,7 @@ gem "sprockets-rails", "3.4.2" # Database group :mysql, optional: true do - gem "mysql2", "0.5.5" + gem "mysql2", "0.5.6" end group :postgresql, optional: true do gem "pg", "1.5.3" diff --git a/Gemfile.lock b/Gemfile.lock index 606fc7351..2582b5d11 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -420,7 +420,7 @@ GEM multi_test (1.1.0) multi_xml (0.6.0) multipart-post (2.3.0) - mysql2 (0.5.5) + mysql2 (0.5.6) naught (1.1.0) net-imap (0.4.12) date @@ -839,7 +839,7 @@ DEPENDENCIES mini_magick (= 4.12.0) minitest (= 5.18.1) mobile-fu (= 1.4.0) - mysql2 (= 0.5.5) + mysql2 (= 0.5.6) net-imap net-pop net-smtp From cb0c02f9f2c71973ad58e6c371f3766eb0918d42 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 02:59:48 +0200 Subject: [PATCH 15/57] Bump pg --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 641b64222..7144a8a88 100644 --- a/Gemfile +++ b/Gemfile @@ -76,7 +76,7 @@ group :mysql, optional: true do gem "mysql2", "0.5.6" end group :postgresql, optional: true do - gem "pg", "1.5.3" + gem "pg", "1.5.6" end gem "activerecord-import", "1.4.1" diff --git a/Gemfile.lock b/Gemfile.lock index 2582b5d11..33e9afe32 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -493,7 +493,7 @@ GEM parser (3.2.2.3) ast (~> 2.4.1) racc - pg (1.5.3) + pg (1.5.6) phantomjs (2.1.1.0) pronto (0.11.1) gitlab (>= 4.4.0, < 5.0) @@ -851,7 +851,7 @@ DEPENDENCIES omniauth-wordpress (= 0.2.2) open_graph_reader (= 0.7.2) openid_connect (= 2.2.0) - pg (= 1.5.3) + pg (= 1.5.6) pronto (= 0.11.1) pronto-eslint (= 0.11.1) pronto-haml (= 0.11.1) From 016b2f15c53ab7a3ed15d791c2a42c57fbcf51a8 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 03:01:08 +0200 Subject: [PATCH 16/57] Bump activerecord-import --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7144a8a88..a708d732d 100644 --- a/Gemfile +++ b/Gemfile @@ -79,7 +79,7 @@ group :postgresql, optional: true do gem "pg", "1.5.6" end -gem "activerecord-import", "1.4.1" +gem "activerecord-import", "1.7.0" # File uploading diff --git a/Gemfile.lock b/Gemfile.lock index 33e9afe32..7c79003eb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -50,7 +50,7 @@ GEM activerecord (6.1.7.8) activemodel (= 6.1.7.8) activesupport (= 6.1.7.8) - activerecord-import (1.4.1) + activerecord-import (1.7.0) activerecord (>= 4.2) activestorage (6.1.7.8) actionpack (= 6.1.7.8) @@ -787,7 +787,7 @@ PLATFORMS DEPENDENCIES active_model_serializers (= 0.9.9) - activerecord-import (= 1.4.1) + activerecord-import (= 1.7.0) acts-as-taggable-on (= 9.0.1) acts_as_api (= 1.0.1) addressable (= 2.8.4) From 541da9f6822af92e00f194b76404e97637eb45e6 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 03:06:39 +0200 Subject: [PATCH 17/57] Bump carrierwave Carrierwave 3.0.4 cleans the original_filename after store, but we can still get the original filename from the file directly. --- Gemfile | 2 +- Gemfile.lock | 15 +++++++-------- app/uploaders/secure_uploader.rb | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index a708d732d..0f61bed53 100644 --- a/Gemfile +++ b/Gemfile @@ -83,7 +83,7 @@ gem "activerecord-import", "1.7.0" # File uploading -gem "carrierwave", "2.2.4" +gem "carrierwave", "3.0.7" gem "fog-aws", "3.19.0" gem "mini_magick", "4.12.0" diff --git a/Gemfile.lock b/Gemfile.lock index 7c79003eb..b152a0d4f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -107,13 +107,12 @@ GEM rack-test (>= 0.6.3) regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) - carrierwave (2.2.4) - activemodel (>= 5.0.0) - activesupport (>= 5.0.0) + carrierwave (3.0.7) + activemodel (>= 6.0.0) + activesupport (>= 6.0.0) addressable (~> 2.6) image_processing (~> 1.1) marcel (~> 1.0.0) - mini_mime (>= 0.1.3) ssrf_filter (~> 1.0) celluloid (0.17.4) celluloid-essentials @@ -266,7 +265,7 @@ GEM concurrent-ruby (~> 1.1) webrick (~> 1.7) websocket-driver (>= 0.6, < 0.8) - ffi (1.15.5) + ffi (1.17.0) ffi-compiler (1.0.1) ffi (>= 1.0.0) rake @@ -643,7 +642,7 @@ GEM rubocop (>= 1.33.0, < 2.0) ruby-oembed (0.16.1) ruby-progressbar (1.13.0) - ruby-vips (2.1.4) + ruby-vips (2.2.1) ffi (~> 1.12) ruby2_keywords (0.0.5) rubyzip (2.3.2) @@ -698,7 +697,7 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - ssrf_filter (1.1.1) + ssrf_filter (1.1.2) state_machines (0.5.0) string-direction (1.2.2) swd (2.0.2) @@ -797,7 +796,7 @@ DEPENDENCIES bootstrap-sass (= 3.4.1) bootstrap-switch-rails (= 3.3.3) capybara (= 3.39.2) - carrierwave (= 2.2.4) + carrierwave (= 3.0.7) chrome_remote (= 0.3.0) configurate (= 0.6.0) cucumber-api-steps (= 0.14) diff --git a/app/uploaders/secure_uploader.rb b/app/uploaders/secure_uploader.rb index 486c70e0a..18afbc7bc 100644 --- a/app/uploaders/secure_uploader.rb +++ b/app/uploaders/secure_uploader.rb @@ -4,7 +4,7 @@ class SecureUploader < CarrierWave::Uploader::Base protected def extension - ".#{original_filename.split('.').drop(1).join('.')}" if original_filename.present? + ".#{file.filename.split('.').drop(1).join('.')}" if file.present? && file.respond_to?(:filename) end def secure_token(bytes=16) From a080d2a01abab6090b6ef89ed17636ee4f78485b Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 03:07:47 +0200 Subject: [PATCH 18/57] Bump fog-aws --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 0f61bed53..b890d2624 100644 --- a/Gemfile +++ b/Gemfile @@ -84,7 +84,7 @@ gem "activerecord-import", "1.7.0" # File uploading gem "carrierwave", "3.0.7" -gem "fog-aws", "3.19.0" +gem "fog-aws", "3.22.0" gem "mini_magick", "4.12.0" # GUID generation diff --git a/Gemfile.lock b/Gemfile.lock index b152a0d4f..174e89308 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -233,7 +233,7 @@ GEM tzinfo ethon (0.16.0) ffi (>= 1.15.0) - excon (0.100.0) + excon (0.110.0) execjs (2.9.1) eye (0.10.0) celluloid (~> 0.17.3) @@ -273,11 +273,11 @@ GEM activerecord (>= 2) activesupport (>= 2) hashdiff - fog-aws (3.19.0) + fog-aws (3.22.0) fog-core (~> 2.1) fog-json (~> 1.1) fog-xml (~> 0.1) - fog-core (2.3.0) + fog-core (2.4.0) builder excon (~> 0.71) formatador (>= 0.2, < 2.0) @@ -405,9 +405,9 @@ GEM memoizable (0.4.2) thread_safe (~> 0.3, >= 0.3.1) method_source (1.1.0) - mime-types (3.4.1) + mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2023.0218.1) + mime-types-data (3.2024.0507) mini_magick (4.12.0) mini_mime (1.1.5) mini_portile2 (2.8.7) @@ -817,7 +817,7 @@ DEPENDENCIES faraday-retry faraday-typhoeus (= 1.0.0) fixture_builder (= 0.5.2) - fog-aws (= 3.19.0) + fog-aws (= 3.22.0) fuubar (= 2.5.1) gon (= 6.4.0) haml_lint (= 0.46.0) From 769c6b1a8c74b9e60d5bb84f5d2405c1d430d77a Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 03:11:57 +0200 Subject: [PATCH 19/57] Bump js-routes --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b890d2624..1e6efcf1c 100644 --- a/Gemfile +++ b/Gemfile @@ -97,7 +97,7 @@ gem "handlebars_assets", "0.23.9" gem "jquery-rails", "4.5.0" gem "jquery-ui-rails", "5.0.5" gem "js_image_paths", "0.2.0" -gem "js-routes", "2.2.5" +gem "js-routes", "2.2.8" # Localization diff --git a/Gemfile.lock b/Gemfile.lock index 174e89308..706334980 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -357,7 +357,7 @@ GEM thor (>= 0.14, < 2.0) jquery-ui-rails (5.0.5) railties (>= 3.2.16) - js-routes (2.2.5) + js-routes (2.2.8) railties (>= 4) js_image_paths (0.2.0) rails (>= 4.0, < 8.0) @@ -828,7 +828,7 @@ DEPENDENCIES jasmine-jquery-rails (= 2.0.3) jquery-rails (= 4.5.0) jquery-ui-rails (= 5.0.5) - js-routes (= 2.2.5) + js-routes (= 2.2.8) js_image_paths (= 0.2.0) json (= 2.7.2) json-schema (= 4.3.0) From dcd29a6968d8dd65a2466b8bde8f7674a5c2c48d Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 03:18:33 +0200 Subject: [PATCH 20/57] Bump jquery-rails and jquery --- Gemfile | 2 +- Gemfile.lock | 4 ++-- package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 1e6efcf1c..f9cea378c 100644 --- a/Gemfile +++ b/Gemfile @@ -94,7 +94,7 @@ gem "uuid", "2.3.9" gem "babel-transpiler", "0.7.0" gem "handlebars_assets", "0.23.9" -gem "jquery-rails", "4.5.0" +gem "jquery-rails", "4.6.0" gem "jquery-ui-rails", "5.0.5" gem "js_image_paths", "0.2.0" gem "js-routes", "2.2.8" diff --git a/Gemfile.lock b/Gemfile.lock index 706334980..46778bfe0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -351,7 +351,7 @@ GEM webrick jasmine-core (3.10.1) jasmine-jquery-rails (2.0.3) - jquery-rails (4.5.0) + jquery-rails (4.6.0) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) @@ -826,7 +826,7 @@ DEPENDENCIES http_accept_language (= 2.1.1) jasmine (= 3.10.0) jasmine-jquery-rails (= 2.0.3) - jquery-rails (= 4.5.0) + jquery-rails (= 4.6.0) jquery-ui-rails (= 5.0.5) js-routes (= 2.2.8) js_image_paths (= 0.2.0) diff --git a/package.json b/package.json index 09ec681ac..3228cbfc5 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "cropperjs": "1.4.3", "fine-uploader": "5.13.0", "highlightjs": "9.12.0", - "jquery": "3.6.0", + "jquery": "3.7.0", "jquery-placeholder": "2.3.1", "jquery.are-you-sure": "1.9.0", "markdown-it": "8.4.2", diff --git a/yarn.lock b/yarn.lock index e549024d1..c0e132797 100644 --- a/yarn.lock +++ b/yarn.lock @@ -90,10 +90,10 @@ jquery.are-you-sure@1.9.0: dependencies: jquery ">=1.4.2" -jquery@3.6.0, jquery@>=1.11, jquery@>=1.4.2: - version "3.6.0" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.0.tgz#c72a09f15c1bdce142f49dbf1170bdf8adac2470" - integrity sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw== +jquery@3.7.0, jquery@>=1.11, jquery@>=1.4.2: + version "3.7.0" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.7.0.tgz#fe2c01a05da500709006d8790fe21c8a39d75612" + integrity sha512-umpJ0/k8X0MvD1ds0P9SfowREz2LenHsQaxSohMZ5OMNEU2r0tf8pdeEFTHMFxWVxKNyU9rTtK3CWzUCTKJUeQ== linkify-it@^2.0.0: version "2.2.0" From 813e44c0a977482f5e83c807de623e020fc4127e Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 03:20:44 +0200 Subject: [PATCH 21/57] Bump jquery-ui-rails --- Gemfile | 2 +- Gemfile.lock | 4 ++-- app/assets/javascripts/main.js | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index f9cea378c..26c8098da 100644 --- a/Gemfile +++ b/Gemfile @@ -95,7 +95,7 @@ gem "uuid", "2.3.9" gem "babel-transpiler", "0.7.0" gem "handlebars_assets", "0.23.9" gem "jquery-rails", "4.6.0" -gem "jquery-ui-rails", "5.0.5" +gem "jquery-ui-rails", "7.0.0" gem "js_image_paths", "0.2.0" gem "js-routes", "2.2.8" diff --git a/Gemfile.lock b/Gemfile.lock index 46778bfe0..97341dae6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -355,7 +355,7 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - jquery-ui-rails (5.0.5) + jquery-ui-rails (7.0.0) railties (>= 3.2.16) js-routes (2.2.8) railties (>= 4) @@ -827,7 +827,7 @@ DEPENDENCIES jasmine (= 3.10.0) jasmine-jquery-rails (= 2.0.3) jquery-rails (= 4.6.0) - jquery-ui-rails (= 5.0.5) + jquery-ui-rails (= 7.0.0) js-routes (= 2.2.8) js_image_paths (= 0.2.0) json (= 2.7.2) diff --git a/app/assets/javascripts/main.js b/app/assets/javascripts/main.js index c9b366b40..4db844178 100644 --- a/app/assets/javascripts/main.js +++ b/app/assets/javascripts/main.js @@ -12,8 +12,8 @@ //= require jquery.timeago //= require jquery-ui/core //= require jquery-ui/widget -//= require jquery-ui/mouse -//= require jquery-ui/sortable +//= require jquery-ui/widgets/mouse +//= require jquery-ui/widgets/sortable //= require keycodes //= require jquery.autoSuggest.custom //= require fine-uploader/fine-uploader/fine-uploader From 046280c4807f8b20f7a04969af26cbf3d58eda34 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 03:26:36 +0200 Subject: [PATCH 22/57] Bump rails-i18n --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 26c8098da..873910dc0 100644 --- a/Gemfile +++ b/Gemfile @@ -102,7 +102,7 @@ gem "js-routes", "2.2.8" # Localization gem "http_accept_language", "2.1.1" -gem "rails-i18n", "7.0.7" +gem "rails-i18n", "7.0.9" # Map gem "leaflet-rails", "1.9.3" diff --git a/Gemfile.lock b/Gemfile.lock index 97341dae6..e345e0cbe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -574,7 +574,7 @@ GEM rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - rails-i18n (7.0.7) + rails-i18n (7.0.9) i18n (>= 0.7, < 2) railties (>= 6.0.0, < 8) rails-timeago (2.20.0) @@ -866,7 +866,7 @@ DEPENDENCIES rack-ssl (= 1.4.1) rails (= 6.1.7.8) rails-controller-testing (= 1.0.5) - rails-i18n (= 7.0.7) + rails-i18n (= 7.0.9) rails-timeago (= 2.20.0) redcarpet (= 3.6.0) redis (= 4.8.1) From e8a374a16d6e2151097b53010dd814d64cd02883 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 03:28:01 +0200 Subject: [PATCH 23/57] Bump leaflet-rails --- Gemfile | 2 +- Gemfile.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 873910dc0..5e11f69c3 100644 --- a/Gemfile +++ b/Gemfile @@ -105,7 +105,7 @@ gem "http_accept_language", "2.1.1" gem "rails-i18n", "7.0.9" # Map -gem "leaflet-rails", "1.9.3" +gem "leaflet-rails", "1.9.4" # Parsing diff --git a/Gemfile.lock b/Gemfile.lock index e345e0cbe..4e1c5b97d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -376,8 +376,9 @@ GEM jwt (2.7.1) kostya-sigar (2.0.10) language_server-protocol (3.17.0.3) - leaflet-rails (1.9.3) - rails (>= 4.2.0) + leaflet-rails (1.9.4) + actionpack (>= 4.2.0) + railties (>= 4.2.0) listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) @@ -832,7 +833,7 @@ DEPENDENCIES js_image_paths (= 0.2.0) json (= 2.7.2) json-schema (= 4.3.0) - leaflet-rails (= 1.9.3) + leaflet-rails (= 1.9.4) listen (= 3.8.0) logging-rails (= 0.6.0) mini_magick (= 4.12.0) From 84794a1b25e6f61020828c0070a78d46f8403b71 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 03:29:47 +0200 Subject: [PATCH 24/57] Bump nokogiri --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 5e11f69c3..a5787ca9d 100644 --- a/Gemfile +++ b/Gemfile @@ -109,7 +109,7 @@ gem "leaflet-rails", "1.9.4" # Parsing -gem "nokogiri", "1.15.2" +gem "nokogiri", "1.16.5" gem "open_graph_reader", "0.7.2" # also update User-Agent in features/support/webmock.rb and open_graph_cache_spec.rb gem "redcarpet", "3.6.0" gem "ruby-oembed", "0.16.1" diff --git a/Gemfile.lock b/Gemfile.lock index 4e1c5b97d..8fd17f510 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -432,7 +432,7 @@ GEM net-smtp (0.5.0) net-protocol nio4r (2.7.3) - nokogiri (1.15.2) + nokogiri (1.16.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) oauth (1.1.0) @@ -843,7 +843,7 @@ DEPENDENCIES net-imap net-pop net-smtp - nokogiri (= 1.15.2) + nokogiri (= 1.16.5) omniauth (= 2.1.1) omniauth-rails_csrf_protection (= 1.0.1) omniauth-tumblr (= 1.2) From 12e21555eec3ba91ad2b3f44c5a68d1d726ebc57 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 03:30:59 +0200 Subject: [PATCH 25/57] Bump ruby-oembed --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a5787ca9d..1dc2c3014 100644 --- a/Gemfile +++ b/Gemfile @@ -112,7 +112,7 @@ gem "leaflet-rails", "1.9.4" gem "nokogiri", "1.16.5" gem "open_graph_reader", "0.7.2" # also update User-Agent in features/support/webmock.rb and open_graph_cache_spec.rb gem "redcarpet", "3.6.0" -gem "ruby-oembed", "0.16.1" +gem "ruby-oembed", "0.17.0" gem "twitter-text", "3.1.0" # RTL support diff --git a/Gemfile.lock b/Gemfile.lock index 8fd17f510..ff4b033f8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -641,7 +641,7 @@ GEM activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) - ruby-oembed (0.16.1) + ruby-oembed (0.17.0) ruby-progressbar (1.13.0) ruby-vips (2.2.1) ffi (~> 1.12) @@ -877,7 +877,7 @@ DEPENDENCIES rspec-rails (= 6.0.3) rubocop (= 1.53.1) rubocop-rails (= 2.20.2) - ruby-oembed (= 0.16.1) + ruby-oembed (= 0.17.0) rubyzip (= 2.3.2) sassc-rails (= 2.1.2) secure_headers (= 6.5.0) From 1c621dc9990b3f5db8b9c339ca6bcd630a69ea8d Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 03:34:50 +0200 Subject: [PATCH 26/57] Bump omniauth and omniauth-rails_csrf_protection --- Gemfile | 4 ++-- Gemfile.lock | 14 ++++++++------ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 1dc2c3014..9e01429ad 100644 --- a/Gemfile +++ b/Gemfile @@ -125,8 +125,8 @@ gem "secure_headers", "6.5.0" # Services -gem "omniauth", "2.1.1" -gem "omniauth-rails_csrf_protection", "1.0.1" +gem "omniauth", "2.1.2" +gem "omniauth-rails_csrf_protection", "1.0.2" gem "omniauth-tumblr", "1.2" gem "omniauth-twitter", "1.4.0" gem "omniauth-wordpress", "0.2.2" diff --git a/Gemfile.lock b/Gemfile.lock index ff4b033f8..faa62bfbe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -89,6 +89,7 @@ GEM babel-transpiler (0.7.0) babel-source (>= 4.0, < 6) execjs (~> 2.0) + base64 (0.2.0) bcrypt (3.1.20) bindata (2.4.15) bootstrap-sass (3.4.1) @@ -451,7 +452,7 @@ GEM octokit (6.1.1) faraday (>= 1, < 3) sawyer (~> 0.9) - omniauth (2.1.1) + omniauth (2.1.2) hashie (>= 3.4.6) rack (>= 2.2.3) rack-protection @@ -461,7 +462,7 @@ GEM omniauth-oauth2 (1.8.0) oauth2 (>= 1.4, < 3) omniauth (~> 2.0) - omniauth-rails_csrf_protection (1.0.1) + omniauth-rails_csrf_protection (1.0.2) actionpack (>= 4.2) omniauth (~> 2.0) omniauth-tumblr (1.2) @@ -542,8 +543,9 @@ GEM json-jwt (>= 1.11.0) rack (>= 2.1.0) rack-piwik (0.3.0) - rack-protection (3.0.6) - rack + rack-protection (3.2.0) + base64 (>= 0.1.0) + rack (~> 2.2, >= 2.2.4) rack-rewrite (1.5.1) rack-ssl (1.4.1) rack @@ -844,8 +846,8 @@ DEPENDENCIES net-pop net-smtp nokogiri (= 1.16.5) - omniauth (= 2.1.1) - omniauth-rails_csrf_protection (= 1.0.1) + omniauth (= 2.1.2) + omniauth-rails_csrf_protection (= 1.0.2) omniauth-tumblr (= 1.2) omniauth-twitter (= 1.4.0) omniauth-wordpress (= 0.2.2) From 027c0420c94e25bba8ad90eeb840232830aad329 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 03:37:51 +0200 Subject: [PATCH 27/57] Bump openid_connect --- Gemfile | 2 +- Gemfile.lock | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Gemfile b/Gemfile index 9e01429ad..4828437fd 100644 --- a/Gemfile +++ b/Gemfile @@ -133,7 +133,7 @@ gem "omniauth-wordpress", "0.2.2" gem "twitter", "8.0.0" # OpenID Connect -gem "openid_connect", "2.2.0" +gem "openid_connect", "2.3.0" # Serializers diff --git a/Gemfile.lock b/Gemfile.lock index faa62bfbe..d1c34398d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -82,7 +82,7 @@ GEM ast (2.4.2) attr_encrypted (4.0.0) encryptor (~> 3.0.0) - attr_required (1.0.1) + attr_required (1.0.2) autoprefixer-rails (10.4.16.0) execjs (~> 2) babel-source (5.8.35) @@ -91,7 +91,7 @@ GEM execjs (~> 2.0) base64 (0.2.0) bcrypt (3.1.20) - bindata (2.4.15) + bindata (2.5.0) bootstrap-sass (3.4.1) autoprefixer-rails (>= 5.2.1) sassc (>= 2.0.0) @@ -223,6 +223,8 @@ GEM docile (1.4.0) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) + email_validator (2.2.4) + activemodel encryptor (3.0.0) equalizer (0.0.11) erubi (1.12.0) @@ -364,9 +366,10 @@ GEM rails (>= 4.0, < 8.0) sprockets (>= 3.0.0) json (2.7.2) - json-jwt (1.16.3) + json-jwt (1.16.6) activesupport (>= 4.2) aes_key_wrap + base64 bindata faraday (~> 2.0) faraday-follow_redirects @@ -476,17 +479,17 @@ GEM open_graph_reader (0.7.2) faraday (>= 0.9.0) nokogiri (~> 1.6) - openid_connect (2.2.0) + openid_connect (2.3.0) activemodel attr_required (>= 1.0.0) + email_validator faraday (~> 2.0) faraday-follow_redirects json-jwt (>= 1.16) - net-smtp + mail rack-oauth2 (~> 2.2) swd (~> 2.0) tzinfo - validate_email validate_url webfinger (~> 2.0) orm_adapter (0.5.0) @@ -535,7 +538,7 @@ GEM activesupport rack-mobile-detect (0.4.0) rack - rack-oauth2 (2.2.0) + rack-oauth2 (2.2.1) activesupport attr_required faraday (~> 2.0) @@ -703,7 +706,7 @@ GEM ssrf_filter (1.1.2) state_machines (0.5.0) string-direction (1.2.2) - swd (2.0.2) + swd (2.0.3) activesupport (>= 3) attr_required (>= 0.0.5) faraday (~> 2.0) @@ -752,9 +755,6 @@ GEM uuid (2.3.9) macaddr (~> 1.0) valid (1.2.0) - validate_email (0.1.6) - activemodel (>= 3.0) - mail (>= 2.2.5) validate_url (1.0.15) activemodel (>= 3.0.0) public_suffix @@ -765,7 +765,7 @@ GEM yard (~> 0.9.20) warden (1.2.9) rack (>= 2.0.9) - webfinger (2.1.2) + webfinger (2.1.3) activesupport faraday (~> 2.0) faraday-follow_redirects @@ -852,7 +852,7 @@ DEPENDENCIES omniauth-twitter (= 1.4.0) omniauth-wordpress (= 0.2.2) open_graph_reader (= 0.7.2) - openid_connect (= 2.2.0) + openid_connect (= 2.3.0) pg (= 1.5.6) pronto (= 0.11.1) pronto-eslint (= 0.11.1) From a1abcdb1c0fc73413b36d62caa38b01560bfa569 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 03:40:18 +0200 Subject: [PATCH 28/57] Bump active_model_serializers --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 4828437fd..ae3f4801f 100644 --- a/Gemfile +++ b/Gemfile @@ -137,7 +137,7 @@ gem "openid_connect", "2.3.0" # Serializers -gem "active_model_serializers", "0.9.9" +gem "active_model_serializers", "0.9.12" # Tags diff --git a/Gemfile.lock b/Gemfile.lock index d1c34398d..c57cd87f0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -39,7 +39,7 @@ GEM erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - active_model_serializers (0.9.9) + active_model_serializers (0.9.12) activemodel (>= 3.2) concurrent-ruby (~> 1.0) activejob (6.1.7.8) @@ -788,7 +788,7 @@ PLATFORMS ruby DEPENDENCIES - active_model_serializers (= 0.9.9) + active_model_serializers (= 0.9.12) activerecord-import (= 1.7.0) acts-as-taggable-on (= 9.0.1) acts_as_api (= 1.0.1) From e64cd6038c15e87883dbb5cc8e77e0dd0c34e195 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 03:42:15 +0200 Subject: [PATCH 29/57] Bump acts-as-taggable-on --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index ae3f4801f..5f07797c4 100644 --- a/Gemfile +++ b/Gemfile @@ -141,7 +141,7 @@ gem "active_model_serializers", "0.9.12" # Tags -gem "acts-as-taggable-on", "9.0.1" +gem "acts-as-taggable-on", "10.0.0" # URIs and HTTP diff --git a/Gemfile.lock b/Gemfile.lock index c57cd87f0..a69268f65 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -65,8 +65,8 @@ GEM minitest (>= 5.1) tzinfo (~> 2.0) zeitwerk (~> 2.3) - acts-as-taggable-on (9.0.1) - activerecord (>= 6.0, < 7.1) + acts-as-taggable-on (10.0.0) + activerecord (>= 6.1, < 7.2) acts_as_api (1.0.1) activemodel (>= 3.0.0) activesupport (>= 3.0.0) @@ -790,7 +790,7 @@ PLATFORMS DEPENDENCIES active_model_serializers (= 0.9.12) activerecord-import (= 1.7.0) - acts-as-taggable-on (= 9.0.1) + acts-as-taggable-on (= 10.0.0) acts_as_api (= 1.0.1) addressable (= 2.8.4) asset_sync (= 2.18.0) From 2123e1f311123894931949d4349567af9a3ab9e2 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 03:43:01 +0200 Subject: [PATCH 30/57] Bump addressable --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 5f07797c4..4a2556d2c 100644 --- a/Gemfile +++ b/Gemfile @@ -145,7 +145,7 @@ gem "acts-as-taggable-on", "10.0.0" # URIs and HTTP -gem "addressable", "2.8.4", require: "addressable/uri" +gem "addressable", "2.8.6", require: "addressable/uri" gem "faraday", "2.7.7" gem "faraday-cookie_jar", "0.0.7" gem "faraday-follow_redirects", "0.3.0" diff --git a/Gemfile.lock b/Gemfile.lock index a69268f65..8467c7ef6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,7 +71,7 @@ GEM activemodel (>= 3.0.0) activesupport (>= 3.0.0) rack (>= 1.1.0) - addressable (2.8.4) + addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) aes_key_wrap (1.1.0) asset_sync (2.18.0) @@ -792,7 +792,7 @@ DEPENDENCIES activerecord-import (= 1.7.0) acts-as-taggable-on (= 10.0.0) acts_as_api (= 1.0.1) - addressable (= 2.8.4) + addressable (= 2.8.6) asset_sync (= 2.18.0) autoprefixer-rails (= 10.4.16.0) babel-transpiler (= 0.7.0) From 68575f6c581c218320b18128ee89aaa42d6de08c Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 03:47:11 +0200 Subject: [PATCH 31/57] Bump faraday --- Gemfile | 2 +- Gemfile.lock | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 4a2556d2c..66125bc18 100644 --- a/Gemfile +++ b/Gemfile @@ -146,7 +146,7 @@ gem "acts-as-taggable-on", "10.0.0" # URIs and HTTP gem "addressable", "2.8.6", require: "addressable/uri" -gem "faraday", "2.7.7" +gem "faraday", "2.9.0" gem "faraday-cookie_jar", "0.0.7" gem "faraday-follow_redirects", "0.3.0" gem "faraday-typhoeus", "1.0.0", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 8467c7ef6..3cc8e8c80 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -250,15 +250,15 @@ GEM factory_bot_rails (6.2.0) factory_bot (~> 6.2.0) railties (>= 5.0.0) - faraday (2.7.7) - faraday-net_http (>= 2.0, < 3.1) - ruby2_keywords (>= 0.0.4) + faraday (2.9.0) + faraday-net_http (>= 2.0, < 3.2) faraday-cookie_jar (0.0.7) faraday (>= 0.8.0) http-cookie (~> 1.0.0) faraday-follow_redirects (0.3.0) faraday (>= 1, < 3) - faraday-net_http (3.0.2) + faraday-net_http (3.1.0) + net-http faraday-retry (1.0.3) faraday-typhoeus (1.0.0) faraday (~> 2.0) @@ -426,6 +426,8 @@ GEM multipart-post (2.3.0) mysql2 (0.5.6) naught (1.1.0) + net-http (0.4.1) + uri net-imap (0.4.12) date net-protocol @@ -650,7 +652,6 @@ GEM ruby-progressbar (1.13.0) ruby-vips (2.2.1) ffi (~> 1.12) - ruby2_keywords (0.0.5) rubyzip (2.3.2) rugged (1.6.3) sass (3.7.4) @@ -752,6 +753,7 @@ GEM unf_ext unf_ext (0.0.8.2) unicode-display_width (2.4.2) + uri (0.13.0) uuid (2.3.9) macaddr (~> 1.0) valid (1.2.0) @@ -814,7 +816,7 @@ DEPENDENCIES diaspora_federation-test (= 1.1.0) eye (= 0.10.0) factory_bot_rails (= 6.2.0) - faraday (= 2.7.7) + faraday (= 2.9.0) faraday-cookie_jar (= 0.0.7) faraday-follow_redirects (= 0.3.0) faraday-retry From e7549a07e2049798b838a44eee85e63baf8d98bd Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 03:47:38 +0200 Subject: [PATCH 32/57] Bump faraday-typhoeus --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 66125bc18..8b421b992 100644 --- a/Gemfile +++ b/Gemfile @@ -149,7 +149,7 @@ gem "addressable", "2.8.6", require: "addressable/uri" gem "faraday", "2.9.0" gem "faraday-cookie_jar", "0.0.7" gem "faraday-follow_redirects", "0.3.0" -gem "faraday-typhoeus", "1.0.0", require: false +gem "faraday-typhoeus", "1.1.0", require: false gem "typhoeus", "1.4.0" # Views diff --git a/Gemfile.lock b/Gemfile.lock index 3cc8e8c80..6011b0ec4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -260,7 +260,7 @@ GEM faraday-net_http (3.1.0) net-http faraday-retry (1.0.3) - faraday-typhoeus (1.0.0) + faraday-typhoeus (1.1.0) faraday (~> 2.0) typhoeus (~> 1.4) ferrum (0.13) @@ -820,7 +820,7 @@ DEPENDENCIES faraday-cookie_jar (= 0.0.7) faraday-follow_redirects (= 0.3.0) faraday-retry - faraday-typhoeus (= 1.0.0) + faraday-typhoeus (= 1.1.0) fixture_builder (= 0.5.2) fog-aws (= 3.22.0) fuubar (= 2.5.1) From 34c2b87ed72a79da6cd6e6bc9b5d38941d9f7580 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 03:48:48 +0200 Subject: [PATCH 33/57] Bump typhoeus --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 8b421b992..6c782b0df 100644 --- a/Gemfile +++ b/Gemfile @@ -150,7 +150,7 @@ gem "faraday", "2.9.0" gem "faraday-cookie_jar", "0.0.7" gem "faraday-follow_redirects", "0.3.0" gem "faraday-typhoeus", "1.1.0", require: false -gem "typhoeus", "1.4.0" +gem "typhoeus", "1.4.1" # Views diff --git a/Gemfile.lock b/Gemfile.lock index 6011b0ec4..11ec5544b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -745,7 +745,7 @@ GEM twitter-text (3.1.0) idn-ruby unf (~> 0.1.0) - typhoeus (1.4.0) + typhoeus (1.4.1) ethon (>= 0.9.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -899,7 +899,7 @@ DEPENDENCIES turbo_dev_assets (= 0.0.2) twitter (= 8.0.0) twitter-text (= 3.1.0) - typhoeus (= 1.4.0) + typhoeus (= 1.4.1) uuid (= 2.3.9) versionist (= 2.0.1) webmock (= 3.18.1) From ddc1f65b5754db34554925d8307f3b971d446348 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 03:50:50 +0200 Subject: [PATCH 34/57] Bump minitest --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 6c782b0df..abeb0a957 100644 --- a/Gemfile +++ b/Gemfile @@ -173,7 +173,7 @@ gem "rubyzip", "2.3.2", require: "zip" # https://github.com/gitlabhq/gitlabhq/issues/3826 # https://github.com/gitlabhq/gitlabhq/pull/3852 # https://github.com/discourse/discourse/pull/238 -gem "minitest", "5.18.1" +gem "minitest", "5.23.1" gem "versionist", "2.0.1" diff --git a/Gemfile.lock b/Gemfile.lock index 11ec5544b..cb763bcb6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -416,7 +416,7 @@ GEM mini_magick (4.12.0) mini_mime (1.1.5) mini_portile2 (2.8.7) - minitest (5.18.1) + minitest (5.23.1) mobile-fu (1.4.0) rack-mobile-detect rails @@ -841,7 +841,7 @@ DEPENDENCIES listen (= 3.8.0) logging-rails (= 0.6.0) mini_magick (= 4.12.0) - minitest (= 5.18.1) + minitest (= 5.23.1) mobile-fu (= 1.4.0) mysql2 (= 0.5.6) net-imap From dc8350386878550b7265b9d3c4809dd3bd73e96e Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 03:52:31 +0200 Subject: [PATCH 35/57] Bump asset_sync --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index abeb0a957..0dd85db67 100644 --- a/Gemfile +++ b/Gemfile @@ -194,7 +194,7 @@ group :production do # we don"t install these on travis to speed up test runs # Third party asset hosting - gem "asset_sync", "2.18.0", require: false + gem "asset_sync", "2.19.1", require: false end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index cb763bcb6..b6bb6f394 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -74,7 +74,7 @@ GEM addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) aes_key_wrap (1.1.0) - asset_sync (2.18.0) + asset_sync (2.19.1) activemodel (>= 4.1.0) fog-core mime-types (>= 2.99) @@ -751,7 +751,7 @@ GEM concurrent-ruby (~> 1.0) unf (0.1.4) unf_ext - unf_ext (0.0.8.2) + unf_ext (0.0.9.1) unicode-display_width (2.4.2) uri (0.13.0) uuid (2.3.9) @@ -795,7 +795,7 @@ DEPENDENCIES acts-as-taggable-on (= 10.0.0) acts_as_api (= 1.0.1) addressable (= 2.8.6) - asset_sync (= 2.18.0) + asset_sync (= 2.19.1) autoprefixer-rails (= 10.4.16.0) babel-transpiler (= 0.7.0) bootstrap-sass (= 3.4.1) From 2e5224c50d1eaf8baa104060ab2eaa18e3239d77 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 03:54:23 +0200 Subject: [PATCH 36/57] Bump haml_lint --- Gemfile | 2 +- Gemfile.lock | 28 +++++++++++++++------------- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/Gemfile b/Gemfile index 0dd85db67..a89a1b10b 100644 --- a/Gemfile +++ b/Gemfile @@ -199,7 +199,7 @@ end group :development do # Linters - gem "haml_lint", "0.46.0", require: false + gem "haml_lint", "0.58.0", require: false gem "pronto", "0.11.1", require: false gem "pronto-eslint", "0.11.1", require: false gem "pronto-haml", "0.11.1", require: false diff --git a/Gemfile.lock b/Gemfile.lock index b6bb6f394..0055bbaee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -308,12 +308,12 @@ GEM i18n (>= 0.7) multi_json request_store (>= 1.0) - haml (6.1.1) + haml (6.3.0) temple (>= 0.8.2) thor tilt - haml_lint (0.46.0) - haml (>= 4.0, < 6.2) + haml_lint (0.58.0) + haml (>= 5.0) parallel (~> 1.10) rainbow rubocop (>= 1.0) @@ -495,8 +495,8 @@ GEM validate_url webfinger (~> 2.0) orm_adapter (0.5.0) - parallel (1.23.0) - parser (3.2.2.3) + parallel (1.24.0) + parser (3.3.2.0) ast (~> 2.4.1) racc pg (1.5.6) @@ -601,13 +601,14 @@ GEM ffi (~> 1.0) redcarpet (3.6.0) redis (4.8.1) - regexp_parser (2.8.1) + regexp_parser (2.9.2) request_store (1.5.1) rack (>= 1.4) responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) - rexml (3.2.5) + rexml (3.2.8) + strscan (>= 3.0.9) rotp (6.2.2) rqrcode (2.2.0) chunky_png (~> 1.0) @@ -642,8 +643,8 @@ GEM rubocop-ast (>= 1.28.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.29.0) - parser (>= 3.2.1.0) + rubocop-ast (1.31.3) + parser (>= 3.3.1.0) rubocop-rails (2.20.2) activesupport (>= 4.2.0) rack (>= 1.1) @@ -707,6 +708,7 @@ GEM ssrf_filter (1.1.2) state_machines (0.5.0) string-direction (1.2.2) + strscan (3.1.0) swd (2.0.3) activesupport (>= 3) attr_required (>= 0.0.5) @@ -716,14 +718,14 @@ GEM ffi (~> 1.1) sysexits (1.2.0) systemu (2.6.5) - temple (0.10.2) + temple (0.10.3) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) terser (1.2.2) execjs (>= 0.3.0, < 3) thor (1.3.1) thread_safe (0.3.6) - tilt (2.2.0) + tilt (2.3.0) timecop (0.9.6) timeout (0.4.1) timers (4.3.5) @@ -752,7 +754,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.9.1) - unicode-display_width (2.4.2) + unicode-display_width (2.5.0) uri (0.13.0) uuid (2.3.9) macaddr (~> 1.0) @@ -825,7 +827,7 @@ DEPENDENCIES fog-aws (= 3.22.0) fuubar (= 2.5.1) gon (= 6.4.0) - haml_lint (= 0.46.0) + haml_lint (= 0.58.0) hamlit (= 3.0.3) handlebars_assets (= 0.23.9) http_accept_language (= 2.1.1) From 7e8bf202996e1174b519ef963017aa2fb7770a90 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 03:57:07 +0200 Subject: [PATCH 37/57] Bump pronto --- Gemfile | 2 +- Gemfile.lock | 18 +++++++++++------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index a89a1b10b..7d48abf83 100644 --- a/Gemfile +++ b/Gemfile @@ -200,7 +200,7 @@ end group :development do # Linters gem "haml_lint", "0.58.0", require: false - gem "pronto", "0.11.1", require: false + gem "pronto", "0.11.2", require: false gem "pronto-eslint", "0.11.1", require: false gem "pronto-haml", "0.11.1", require: false gem "pronto-rubocop", "0.11.5", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 0055bbaee..f163aa0f5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -91,6 +91,7 @@ GEM execjs (~> 2.0) base64 (0.2.0) bcrypt (3.1.20) + bigdecimal (3.1.8) bindata (2.5.0) bootstrap-sass (3.4.1) autoprefixer-rails (>= 5.2.1) @@ -147,6 +148,7 @@ GEM crack (0.4.5) rexml crass (1.0.6) + csv (3.3.0) cucumber (8.0.0) builder (~> 3.2, >= 3.2.4) cucumber-ci-environment (~> 9.0, >= 9.0.4) @@ -337,7 +339,8 @@ GEM domain_name (~> 0.5) http-form_data (2.3.0) http_accept_language (2.1.1) - httparty (0.21.0) + httparty (0.22.0) + csv mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) i18n (1.14.5) @@ -422,7 +425,8 @@ GEM rails multi_json (1.15.0) multi_test (1.1.0) - multi_xml (0.6.0) + multi_xml (0.7.1) + bigdecimal (~> 3.1) multipart-post (2.3.0) mysql2 (0.5.6) naught (1.1.0) @@ -454,7 +458,7 @@ GEM rack (>= 1.2, < 4) snaky_hash (~> 2.0) version_gem (~> 1.1) - octokit (6.1.1) + octokit (7.2.0) faraday (>= 1, < 3) sawyer (~> 0.9) omniauth (2.1.2) @@ -501,10 +505,10 @@ GEM racc pg (1.5.6) phantomjs (2.1.1.0) - pronto (0.11.1) + pronto (0.11.2) gitlab (>= 4.4.0, < 5.0) httparty (>= 0.13.7, < 1.0) - octokit (>= 4.7.0, < 7.0) + octokit (>= 4.7.0, < 8.0) rainbow (>= 2.2, < 4.0) rexml (>= 3.2.5, < 4.0) rugged (>= 0.23.0, < 2.0) @@ -654,7 +658,7 @@ GEM ruby-vips (2.2.1) ffi (~> 1.12) rubyzip (2.3.2) - rugged (1.6.3) + rugged (1.7.2) sass (3.7.4) sass-listen (~> 4.0.0) sass-listen (4.0.0) @@ -858,7 +862,7 @@ DEPENDENCIES open_graph_reader (= 0.7.2) openid_connect (= 2.3.0) pg (= 1.5.6) - pronto (= 0.11.1) + pronto (= 0.11.2) pronto-eslint (= 0.11.1) pronto-haml (= 0.11.1) pronto-rubocop (= 0.11.5) From 1bf1b7bda14cdcef3103ba36b021076e67ea6388 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 03:58:46 +0200 Subject: [PATCH 38/57] Bump rubocop and rubocop-rails --- Gemfile | 4 ++-- Gemfile.lock | 13 +++++++------ 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 7d48abf83..0209ab954 100644 --- a/Gemfile +++ b/Gemfile @@ -205,8 +205,8 @@ group :development do gem "pronto-haml", "0.11.1", require: false gem "pronto-rubocop", "0.11.5", require: false gem "pronto-scss", "0.11.0", require: false - gem "rubocop", "1.53.1", require: false - gem "rubocop-rails", "2.20.2", require: false + gem "rubocop", "1.64.0", require: false + gem "rubocop-rails", "2.25.0", require: false gem "faraday-retry", require: false # used by pronto/octokit diff --git a/Gemfile.lock b/Gemfile.lock index f163aa0f5..e6002ef4e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -636,23 +636,24 @@ GEM rspec-mocks (~> 3.12) rspec-support (~> 3.12) rspec-support (3.12.1) - rubocop (1.53.1) + rubocop (1.64.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.3) + 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.28.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.31.3) parser (>= 3.3.1.0) - rubocop-rails (2.20.2) + rubocop-rails (2.25.0) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) ruby-oembed (0.17.0) ruby-progressbar (1.13.0) ruby-vips (2.2.1) @@ -885,8 +886,8 @@ DEPENDENCIES rqrcode (= 2.2.0) rspec-json_expectations (~> 2.1) rspec-rails (= 6.0.3) - rubocop (= 1.53.1) - rubocop-rails (= 2.20.2) + rubocop (= 1.64.0) + rubocop-rails (= 2.25.0) ruby-oembed (= 0.17.0) rubyzip (= 2.3.2) sassc-rails (= 2.1.2) From 2878537ca09d4c67ebf3ca3770134d163982f221 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 04:00:58 +0200 Subject: [PATCH 39/57] Bump listen --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 0209ab954..df3ac7981 100644 --- a/Gemfile +++ b/Gemfile @@ -219,7 +219,7 @@ group :development do gem "turbo_dev_assets", "0.0.2" - gem "listen", "3.8.0" + gem "listen", "3.9.0" end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index e6002ef4e..601ff3e66 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -386,7 +386,7 @@ GEM leaflet-rails (1.9.4) actionpack (>= 4.2.0) railties (>= 4.2.0) - listen (3.8.0) + listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) little-plugger (1.1.4) @@ -601,7 +601,7 @@ GEM rainbow (3.1.1) rake (13.2.1) rb-fsevent (0.11.2) - rb-inotify (0.10.1) + rb-inotify (0.11.1) ffi (~> 1.0) redcarpet (3.6.0) redis (4.8.1) @@ -845,7 +845,7 @@ DEPENDENCIES json (= 2.7.2) json-schema (= 4.3.0) leaflet-rails (= 1.9.4) - listen (= 3.8.0) + listen (= 3.9.0) logging-rails (= 0.6.0) mini_magick (= 4.12.0) minitest (= 5.23.1) From f1523b0260eff6cddffa4fcbe625cba90a646bd0 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 04:02:18 +0200 Subject: [PATCH 40/57] Bump capybara --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index df3ac7981..f5e3451ab 100644 --- a/Gemfile +++ b/Gemfile @@ -231,7 +231,7 @@ group :test do # Cucumber (integration tests) - gem "capybara", "3.39.2" + gem "capybara", "3.40.0" gem "cuprite", "0.14.3" gem "database_cleaner-active_record", "2.1.0" diff --git a/Gemfile.lock b/Gemfile.lock index 601ff3e66..0df17d7a8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -100,11 +100,11 @@ GEM buftok (0.3.0) builder (3.2.4) byebug (11.1.3) - capybara (3.39.2) + capybara (3.40.0) addressable matrix mini_mime (>= 0.1.3) - nokogiri (~> 1.8) + nokogiri (~> 1.11) rack (>= 1.6.0) rack-test (>= 0.6.3) regexp_parser (>= 1.5, < 3.0) @@ -807,7 +807,7 @@ DEPENDENCIES babel-transpiler (= 0.7.0) bootstrap-sass (= 3.4.1) bootstrap-switch-rails (= 3.3.3) - capybara (= 3.39.2) + capybara (= 3.40.0) carrierwave (= 3.0.7) chrome_remote (= 0.3.0) configurate (= 0.6.0) From 140168ea2dd63bf7feafcc5423b8604df2ce1651 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 04:03:23 +0200 Subject: [PATCH 41/57] Bump cuprite --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index f5e3451ab..8d8e7197a 100644 --- a/Gemfile +++ b/Gemfile @@ -232,7 +232,7 @@ group :test do # Cucumber (integration tests) gem "capybara", "3.40.0" - gem "cuprite", "0.14.3" + gem "cuprite", "0.15" gem "database_cleaner-active_record", "2.1.0" gem "cucumber-api-steps", "0.14", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 0df17d7a8..0c88006f1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -184,9 +184,9 @@ GEM rexml (~> 3.0) webrick (~> 1.7) cucumber-tag-expressions (4.1.0) - cuprite (0.14.3) + cuprite (0.15) capybara (~> 3.0) - ferrum (~> 0.13.0) + ferrum (~> 0.14.0) database_cleaner-active_record (2.1.0) activerecord (>= 5.a) database_cleaner-core (~> 2.0.0) @@ -265,7 +265,7 @@ GEM faraday-typhoeus (1.1.0) faraday (~> 2.0) typhoeus (~> 1.4) - ferrum (0.13) + ferrum (0.14) addressable (~> 2.5) concurrent-ruby (~> 1.1) webrick (~> 1.7) @@ -813,7 +813,7 @@ DEPENDENCIES configurate (= 0.6.0) cucumber-api-steps (= 0.14) cucumber-rails (= 2.6.1) - cuprite (= 0.14.3) + cuprite (= 0.15) database_cleaner-active_record (= 2.1.0) devise (= 4.9.4) devise-two-factor (= 4.1.0) From 781fda001b63a8f637f2ca3b6da83518f414690c Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 04:04:57 +0200 Subject: [PATCH 42/57] Bump factory_bot_rails --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 8d8e7197a..0563613f6 100644 --- a/Gemfile +++ b/Gemfile @@ -239,7 +239,7 @@ group :test do # General helpers - gem "factory_bot_rails", "6.2.0" + gem "factory_bot_rails", "6.4.3" gem "shoulda-matchers", "5.3.0" gem "timecop", "0.9.6" gem "webmock", "3.18.1", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 0c88006f1..20e17a439 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -247,10 +247,10 @@ GEM state_machines thor fabrication (2.30.0) - factory_bot (6.2.1) + factory_bot (6.4.6) activesupport (>= 5.0.0) - factory_bot_rails (6.2.0) - factory_bot (~> 6.2.0) + factory_bot_rails (6.4.3) + factory_bot (~> 6.4) railties (>= 5.0.0) faraday (2.9.0) faraday-net_http (>= 2.0, < 3.2) @@ -822,7 +822,7 @@ DEPENDENCIES diaspora_federation-rails (= 1.1.0) diaspora_federation-test (= 1.1.0) eye (= 0.10.0) - factory_bot_rails (= 6.2.0) + factory_bot_rails (= 6.4.3) faraday (= 2.9.0) faraday-cookie_jar (= 0.0.7) faraday-follow_redirects (= 0.3.0) From fbdb9edbf250a75329eb840566223a1bc55e6659 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 04:06:09 +0200 Subject: [PATCH 43/57] Bump shoulda-matchers --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0563613f6..99ea6756b 100644 --- a/Gemfile +++ b/Gemfile @@ -240,7 +240,7 @@ group :test do # General helpers gem "factory_bot_rails", "6.4.3" - gem "shoulda-matchers", "5.3.0" + gem "shoulda-matchers", "6.2.0" gem "timecop", "0.9.6" gem "webmock", "3.18.1", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 20e17a439..dfcc67160 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -679,7 +679,7 @@ GEM scss_lint (0.60.0) sass (~> 3.5, >= 3.5.5) secure_headers (6.5.0) - shoulda-matchers (5.3.0) + shoulda-matchers (6.2.0) activesupport (>= 5.2.0) sidekiq (6.5.12) connection_pool (>= 2.2.5, < 3) @@ -892,7 +892,7 @@ DEPENDENCIES rubyzip (= 2.3.2) sassc-rails (= 2.1.2) secure_headers (= 6.5.0) - shoulda-matchers (= 5.3.0) + shoulda-matchers (= 6.2.0) sidekiq (= 6.5.12) sidekiq-cron (= 1.12.0) simple_captcha2 (= 0.5.0) From e8fc0977283fdd1e25f9a5b1e43b094de7022e37 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 04:07:33 +0200 Subject: [PATCH 44/57] Bump timecop --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 99ea6756b..23ce312df 100644 --- a/Gemfile +++ b/Gemfile @@ -241,7 +241,7 @@ group :test do gem "factory_bot_rails", "6.4.3" gem "shoulda-matchers", "6.2.0" - gem "timecop", "0.9.6" + gem "timecop", "0.9.8" gem "webmock", "3.18.1", require: false gem "diaspora_federation-test", "1.1.0" diff --git a/Gemfile.lock b/Gemfile.lock index dfcc67160..e4c59f147 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -731,7 +731,7 @@ GEM thor (1.3.1) thread_safe (0.3.6) tilt (2.3.0) - timecop (0.9.6) + timecop (0.9.8) timeout (0.4.1) timers (4.3.5) toml-rb (3.0.1) @@ -901,7 +901,7 @@ DEPENDENCIES sprockets-rails (= 3.4.2) string-direction (= 1.2.2) terser (= 1.2.2) - timecop (= 0.9.6) + timecop (= 0.9.8) toml-rb (= 3.0.1) turbo_dev_assets (= 0.0.2) twitter (= 8.0.0) From 6321215bb48b968280c07b7596b9f28733ec0e35 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 04:08:56 +0200 Subject: [PATCH 45/57] Bump webmock --- Gemfile | 2 +- Gemfile.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 23ce312df..222e456dd 100644 --- a/Gemfile +++ b/Gemfile @@ -242,7 +242,7 @@ group :test do gem "factory_bot_rails", "6.4.3" gem "shoulda-matchers", "6.2.0" gem "timecop", "0.9.8" - gem "webmock", "3.18.1", require: false + gem "webmock", "3.23.1", require: false gem "diaspora_federation-test", "1.1.0" end diff --git a/Gemfile.lock b/Gemfile.lock index e4c59f147..907d23fa8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -145,7 +145,8 @@ GEM concurrent-ruby (1.3.1) configurate (0.6.0) connection_pool (2.4.1) - crack (0.4.5) + crack (1.0.0) + bigdecimal rexml crass (1.0.6) csv (3.3.0) @@ -328,7 +329,7 @@ GEM execjs (~> 2.0) sprockets (>= 2.0.0) tilt (>= 1.2) - hashdiff (1.0.1) + hashdiff (1.1.0) hashie (5.0.0) http (5.1.1) addressable (~> 2.8) @@ -778,7 +779,7 @@ GEM activesupport faraday (~> 2.0) faraday-follow_redirects - webmock (3.18.1) + webmock (3.23.1) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) @@ -909,7 +910,7 @@ DEPENDENCIES typhoeus (= 1.4.1) uuid (= 2.3.9) versionist (= 2.0.1) - webmock (= 3.18.1) + webmock (= 3.23.1) will_paginate (= 4.0.0) yajl-ruby (= 1.4.3) From 4d38b8592fb5331ac3e93df9571723782bedb738 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 04:09:59 +0200 Subject: [PATCH 46/57] Bump rspec-rails --- Gemfile | 2 +- Gemfile.lock | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Gemfile b/Gemfile index 222e456dd..5ddae6d2c 100644 --- a/Gemfile +++ b/Gemfile @@ -249,7 +249,7 @@ end group :development, :test do # RSpec (unit tests, some integration tests) - gem "rspec-rails", "6.0.3" + gem "rspec-rails", "6.1.2" # Cucumber (integration tests) gem "cucumber-rails", "2.6.1", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 907d23fa8..4e3b9737c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -222,7 +222,7 @@ GEM diaspora_federation (= 1.1.0) fabrication (~> 2.29) uuid (~> 2.3, >= 2.3.8) - diff-lcs (1.5.0) + diff-lcs (1.5.1) docile (1.4.0) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) @@ -619,24 +619,24 @@ GEM chunky_png (~> 1.0) rqrcode_core (~> 1.0) rqrcode_core (1.2.0) - rspec-core (3.12.2) - rspec-support (~> 3.12.0) - rspec-expectations (3.12.3) + rspec-core (3.13.0) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) + rspec-support (~> 3.13.0) rspec-json_expectations (2.2.0) - rspec-mocks (3.12.5) + rspec-mocks (3.13.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-rails (6.0.3) + rspec-support (~> 3.13.0) + rspec-rails (6.1.2) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) - rspec-core (~> 3.12) - rspec-expectations (~> 3.12) - rspec-mocks (~> 3.12) - rspec-support (~> 3.12) - rspec-support (3.12.1) + rspec-core (~> 3.13) + rspec-expectations (~> 3.13) + rspec-mocks (~> 3.13) + rspec-support (~> 3.13) + rspec-support (3.13.1) rubocop (1.64.0) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -886,7 +886,7 @@ DEPENDENCIES responders (= 3.1.1) rqrcode (= 2.2.0) rspec-json_expectations (~> 2.1) - rspec-rails (= 6.0.3) + rspec-rails (= 6.1.2) rubocop (= 1.64.0) rubocop-rails (= 2.25.0) ruby-oembed (= 0.17.0) From 7726855d1c73b52753c5936e5eda3752c9be4068 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 04:11:04 +0200 Subject: [PATCH 47/57] Bump cucumber-rails --- Gemfile | 2 +- Gemfile.lock | 63 +++++++++++++++++++++++++--------------------------- 2 files changed, 31 insertions(+), 34 deletions(-) diff --git a/Gemfile b/Gemfile index 5ddae6d2c..7f8d251b3 100644 --- a/Gemfile +++ b/Gemfile @@ -252,7 +252,7 @@ group :development, :test do gem "rspec-rails", "6.1.2" # Cucumber (integration tests) - gem "cucumber-rails", "2.6.1", require: false + gem "cucumber-rails", "3.0.0", require: false # Jasmine (client side application tests (JS)) gem "chrome_remote", "0.3.0" diff --git a/Gemfile.lock b/Gemfile.lock index 4e3b9737c..c6c90b5c6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -150,41 +150,38 @@ GEM rexml crass (1.0.6) csv (3.3.0) - cucumber (8.0.0) - builder (~> 3.2, >= 3.2.4) - cucumber-ci-environment (~> 9.0, >= 9.0.4) - cucumber-core (~> 11.0, >= 11.0.0) - cucumber-cucumber-expressions (~> 15.1, >= 15.1.1) - cucumber-gherkin (~> 23.0, >= 23.0.1) - cucumber-html-formatter (~> 19.1, >= 19.1.0) - cucumber-messages (~> 18.0, >= 18.0.0) - diff-lcs (~> 1.5, >= 1.5.0) - mime-types (~> 3.4, >= 3.4.1) - multi_test (~> 1.1, >= 1.1.0) - sys-uname (~> 1.2, >= 1.2.2) + cucumber (9.2.0) + builder (~> 3.2) + cucumber-ci-environment (> 9, < 11) + cucumber-core (> 13, < 14) + cucumber-cucumber-expressions (~> 17.0) + cucumber-gherkin (> 24, < 28) + cucumber-html-formatter (> 20.3, < 22) + cucumber-messages (> 19, < 25) + diff-lcs (~> 1.5) + mini_mime (~> 1.1) + multi_test (~> 1.1) + sys-uname (~> 1.2) cucumber-api-steps (0.14.0) cucumber (>= 2.0.2) jsonpath (>= 0.1.2) - cucumber-ci-environment (9.2.0) - cucumber-core (11.0.0) - cucumber-gherkin (~> 23.0, >= 23.0.1) - cucumber-messages (~> 18.0, >= 18.0.0) - cucumber-tag-expressions (~> 4.1, >= 4.1.0) - cucumber-cucumber-expressions (15.2.0) - cucumber-gherkin (23.0.1) - cucumber-messages (~> 18.0, >= 18.0.0) - cucumber-html-formatter (19.2.0) - cucumber-messages (~> 18.0, >= 18.0.0) - cucumber-messages (18.0.0) - cucumber-rails (2.6.1) - capybara (>= 2.18, < 4) - cucumber (>= 3.2, < 9) - mime-types (~> 3.3) - nokogiri (~> 1.10) - railties (>= 5.0, < 8) - rexml (~> 3.0) - webrick (~> 1.7) - cucumber-tag-expressions (4.1.0) + cucumber-ci-environment (10.0.1) + cucumber-core (13.0.2) + cucumber-gherkin (>= 27, < 28) + cucumber-messages (>= 20, < 23) + cucumber-tag-expressions (> 5, < 7) + cucumber-cucumber-expressions (17.1.0) + bigdecimal + cucumber-gherkin (27.0.0) + cucumber-messages (>= 19.1.4, < 23) + cucumber-html-formatter (21.3.1) + cucumber-messages (> 19, < 25) + cucumber-messages (22.0.0) + cucumber-rails (3.0.0) + capybara (>= 3.11, < 4) + cucumber (>= 5, < 10) + railties (>= 5.2, < 8) + cucumber-tag-expressions (6.1.0) cuprite (0.15) capybara (~> 3.0) ferrum (~> 0.14.0) @@ -813,7 +810,7 @@ DEPENDENCIES chrome_remote (= 0.3.0) configurate (= 0.6.0) cucumber-api-steps (= 0.14) - cucumber-rails (= 2.6.1) + cucumber-rails (= 3.0.0) cuprite (= 0.15) database_cleaner-active_record (= 2.1.0) devise (= 4.9.4) From 2f78f97dedff0a8799a169c85d9a59749057f667 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 04:12:14 +0200 Subject: [PATCH 48/57] Bump other dependencies not directly in Gemfile --- Gemfile.lock | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c6c90b5c6..e66bffaf8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -80,7 +80,7 @@ GEM mime-types (>= 2.99) unf ast (2.4.2) - attr_encrypted (4.0.0) + attr_encrypted (4.1.0) encryptor (~> 3.0.0) attr_required (1.0.2) autoprefixer-rails (10.4.16.0) @@ -221,8 +221,7 @@ GEM uuid (~> 2.3, >= 2.3.8) diff-lcs (1.5.1) docile (1.4.0) - domain_name (0.5.20190701) - unf (>= 0.0.5, < 1.0.0) + domain_name (0.6.20240107) email_validator (2.2.4) activemodel encryptor (3.0.0) @@ -244,7 +243,7 @@ GEM kostya-sigar (~> 2.0.0) state_machines thor - fabrication (2.30.0) + fabrication (2.31.0) factory_bot (6.4.6) activesupport (>= 5.0.0) factory_bot_rails (6.4.3) @@ -259,7 +258,8 @@ GEM faraday (>= 1, < 3) faraday-net_http (3.1.0) net-http - faraday-retry (1.0.3) + faraday-retry (2.2.1) + faraday (~> 2.0) faraday-typhoeus (1.1.0) faraday (~> 2.0) typhoeus (~> 1.4) @@ -269,8 +269,8 @@ GEM webrick (~> 1.7) websocket-driver (>= 0.6, < 0.8) ffi (1.17.0) - ffi-compiler (1.0.1) - ffi (>= 1.0.0) + ffi-compiler (1.3.2) + ffi (>= 1.15.5) rake fixture_builder (0.5.2) activerecord (>= 2) @@ -333,7 +333,7 @@ GEM http-cookie (~> 1.0) http-form_data (~> 2.2) llhttp-ffi (~> 0.4.0) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) http-form_data (2.3.0) http_accept_language (2.1.1) @@ -376,9 +376,10 @@ GEM faraday-follow_redirects json-schema (4.3.0) addressable (>= 2.8) - jsonpath (1.1.3) + jsonpath (1.1.5) multi_json - jwt (2.7.1) + jwt (2.8.1) + base64 kostya-sigar (2.0.10) language_server-protocol (3.17.0.3) leaflet-rails (1.9.4) @@ -425,7 +426,7 @@ GEM multi_test (1.1.0) multi_xml (0.7.1) bigdecimal (~> 3.1) - multipart-post (2.3.0) + multipart-post (2.4.1) mysql2 (0.5.6) naught (1.1.0) net-http (0.4.1) @@ -604,14 +605,14 @@ GEM redcarpet (3.6.0) redis (4.8.1) regexp_parser (2.9.2) - request_store (1.5.1) + request_store (1.7.0) rack (>= 1.4) responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) rexml (3.2.8) strscan (>= 3.0.9) - rotp (6.2.2) + rotp (6.3.0) rqrcode (2.2.0) chunky_png (~> 1.0) rqrcode_core (~> 1.0) @@ -709,7 +710,7 @@ GEM activesupport (>= 5.2) sprockets (>= 3.0.0) ssrf_filter (1.1.2) - state_machines (0.5.0) + state_machines (0.6.0) string-direction (1.2.2) strscan (3.1.0) swd (2.0.3) @@ -765,7 +766,7 @@ GEM validate_url (1.0.15) activemodel (>= 3.0.0) public_suffix - version_gem (1.1.3) + version_gem (1.1.4) versionist (2.0.1) activesupport (>= 3) railties (>= 3) @@ -788,7 +789,7 @@ GEM xpath (3.2.0) nokogiri (~> 1.8) yajl-ruby (1.4.3) - yard (0.9.34) + yard (0.9.36) zeitwerk (2.6.15) PLATFORMS From 342b82dfd2147333b50abbbb72eaa5558847d9f5 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 17:45:30 +0200 Subject: [PATCH 49/57] Bump autosize --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3228cbfc5..b9552803d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "license": "AGPL-3.0", "private": true, "dependencies": { - "autosize": "4.0.2", + "autosize": "6.0.1", "backbone": "1.3.3", "blueimp-gallery": "2.33.0", "bootstrap-markdown": "2.10.0", diff --git a/yarn.lock b/yarn.lock index c0e132797..87dbb8509 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9,10 +9,10 @@ argparse@^1.0.7: dependencies: sprintf-js "~1.0.2" -autosize@4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/autosize/-/autosize-4.0.2.tgz#073cfd07c8bf45da4b9fd153437f5bafbba1e4c9" - integrity sha512-jnSyH2d+qdfPGpWlcuhGiHmqBJ6g3X+8T+iRwFrHPLVcdoGJE/x6Qicm6aDHfTsbgZKxyV8UU/YB2p4cjKDRRA== +autosize@6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/autosize/-/autosize-6.0.1.tgz#64ee78dd7029be959eddd3afbbd33235b957e10f" + integrity sha512-f86EjiUKE6Xvczc4ioP1JBlWG7FKrE13qe/DxBCpe8GCipCq2nFw73aO8QEBKHfSbYGDN5eB9jXWKen7tspDqQ== backbone@1.3.3: version "1.3.3" From 195be4fc83d6621e8e3b506b5d24f79966fe82c8 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 17:49:03 +0200 Subject: [PATCH 50/57] Bump backbone --- package.json | 2 +- yarn.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index b9552803d..cd26485a7 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "private": true, "dependencies": { "autosize": "6.0.1", - "backbone": "1.3.3", + "backbone": "1.6.0", "blueimp-gallery": "2.33.0", "bootstrap-markdown": "2.10.0", "corejs-typeahead": "1.2.1", diff --git a/yarn.lock b/yarn.lock index 87dbb8509..d08638c77 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14,10 +14,10 @@ autosize@6.0.1: resolved "https://registry.yarnpkg.com/autosize/-/autosize-6.0.1.tgz#64ee78dd7029be959eddd3afbbd33235b957e10f" integrity sha512-f86EjiUKE6Xvczc4ioP1JBlWG7FKrE13qe/DxBCpe8GCipCq2nFw73aO8QEBKHfSbYGDN5eB9jXWKen7tspDqQ== -backbone@1.3.3: - version "1.3.3" - resolved "https://registry.yarnpkg.com/backbone/-/backbone-1.3.3.tgz#4cc80ea7cb1631ac474889ce40f2f8bc683b2999" - integrity sha512-aK+k3TiU4tQDUrRCymDDE7XDFnMVuyE6zbZ4JX7mb4pJbQTVOH997/kyBzb8wB2s5Y/Oh7EUfj+sZhwRPxWwow== +backbone@1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/backbone/-/backbone-1.6.0.tgz#5cdfa25257819b223109a77a74dde26d38995930" + integrity sha512-13PUjmsgw/49EowNcQvfG4gmczz1ximTMhUktj0Jfrjth0MVaTxehpU+qYYX4MxnuIuhmvBLC6/ayxuAGnOhbA== dependencies: underscore ">=1.8.3" @@ -214,9 +214,9 @@ uc.micro@^1.0.1, uc.micro@^1.0.5: integrity sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA== underscore@>=1.8.3: - version "1.13.4" - resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.4.tgz#7886b46bbdf07f768e0052f1828e1dcab40c0dee" - integrity sha512-BQFnUDuAQ4Yf/cYY5LNrK9NCJFKriaRbD9uR1fTeXnBeoa97W0i41qkZfGO9pSo8I5KzjAcSY2XYtdf0oKd7KQ== + version "1.13.6" + resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.6.tgz#04786a1f589dc6c09f761fc5f45b89e935136441" + integrity sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A== webworkify@^1.5.0: version "1.5.0" From 794545278b179d7334bf05de000aae5e52672de2 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 18:13:03 +0200 Subject: [PATCH 51/57] Bump corejs-typeahead --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cd26485a7..c7d816682 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "backbone": "1.6.0", "blueimp-gallery": "2.33.0", "bootstrap-markdown": "2.10.0", - "corejs-typeahead": "1.2.1", + "corejs-typeahead": "1.3.4", "cropperjs": "1.4.3", "fine-uploader": "5.13.0", "highlightjs": "9.12.0", diff --git a/yarn.lock b/yarn.lock index d08638c77..99efe6535 100644 --- a/yarn.lock +++ b/yarn.lock @@ -36,10 +36,10 @@ core-js@^2.4.1: resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec" integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ== -corejs-typeahead@1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/corejs-typeahead/-/corejs-typeahead-1.2.1.tgz#345a8afe664cc494075b59b64777807f0b3f132b" - integrity sha512-g22FqtnuB8CPq4K/dpPW2Th4fW50PCBBc4H1XWyrZQl22BM6JKDw2owfCLMHoCaQQapMkAPfNsUoR/TJeFEgrg== +corejs-typeahead@1.3.4: + version "1.3.4" + resolved "https://registry.yarnpkg.com/corejs-typeahead/-/corejs-typeahead-1.3.4.tgz#dad8c5ab63579947b5d665eee3b538479847b0f8" + integrity sha512-4SAc1UWszc05IyG9te1JHSeLas5WUWKmKAB8m9E6AAmHCpYhdSaySkblVSIUwQG2FR5uAsaeHbKM+pkEP7SiNw== dependencies: jquery ">=1.11" From 14ddc750d0afdefe9b00ed8d2e03195777dda492 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 18:16:13 +0200 Subject: [PATCH 52/57] Bump cropperjs --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c7d816682..e7ea1a172 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "blueimp-gallery": "2.33.0", "bootstrap-markdown": "2.10.0", "corejs-typeahead": "1.3.4", - "cropperjs": "1.4.3", + "cropperjs": "1.6.2", "fine-uploader": "5.13.0", "highlightjs": "9.12.0", "jquery": "3.7.0", diff --git a/yarn.lock b/yarn.lock index 99efe6535..8d5429774 100644 --- a/yarn.lock +++ b/yarn.lock @@ -43,10 +43,10 @@ corejs-typeahead@1.3.4: dependencies: jquery ">=1.11" -cropperjs@1.4.3: - version "1.4.3" - resolved "https://registry.yarnpkg.com/cropperjs/-/cropperjs-1.4.3.tgz#dc44d6c9e73269e7f96894c726ab91e8913f9e90" - integrity sha512-fsUjHuS9mvKVh2aXVRgNcUDlFplW+v4eEB6sOHVI9kMV4G3GViSD4p1qvNLg1ko4ZhOnF0L8/9uXcY4s2bFQPg== +cropperjs@1.6.2: + version "1.6.2" + resolved "https://registry.yarnpkg.com/cropperjs/-/cropperjs-1.6.2.tgz#d1a5d627d880581cca41b7901f06923500e4201b" + integrity sha512-nhymn9GdnV3CqiEHJVai54TULFAE3VshJTXSqSJKa8yXAKyBKDWdhHarnlIPrshJ0WMFTGuFvG02YjLXfPiuOA== entities@~1.1.1: version "1.1.2" From 69637608e86b9820ea1869dac0410ad9c96c0b2f Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 18:17:39 +0200 Subject: [PATCH 53/57] Bump fine-uploader --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e7ea1a172..fc9a6b69e 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "bootstrap-markdown": "2.10.0", "corejs-typeahead": "1.3.4", "cropperjs": "1.6.2", - "fine-uploader": "5.13.0", + "fine-uploader": "5.16.2", "highlightjs": "9.12.0", "jquery": "3.7.0", "jquery-placeholder": "2.3.1", diff --git a/yarn.lock b/yarn.lock index 8d5429774..e25de7b73 100644 --- a/yarn.lock +++ b/yarn.lock @@ -53,10 +53,10 @@ entities@~1.1.1: resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56" integrity sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w== -fine-uploader@5.13.0: - version "5.13.0" - resolved "https://registry.yarnpkg.com/fine-uploader/-/fine-uploader-5.13.0.tgz#091c1fafb2ee7219283f259fd9aae828c0e45574" - integrity sha512-qRNMJ/7vMwVchnByflf6xd4zqkTpoHmplMRu2ZXZQ+rTM/kGh8Zz2PM9HFAn1R8T7dBnVJg8pW+aoE9XQzlbsw== +fine-uploader@5.16.2: + version "5.16.2" + resolved "https://registry.yarnpkg.com/fine-uploader/-/fine-uploader-5.16.2.tgz#0d878da1cd2753f80683ac091df5daff9ffb8c44" + integrity sha512-y8giOn50k7rwMj/Y50Q/Sph8/DqZIao9YE7eOTrvwPfY7FpQwiNeqIOIsaP9CNPkXVNpUKGxZb0D1JvYSwrJZg== glur@^1.1.2: version "1.1.2" From 7a8bc40bb8040779b12a22370c3b79cbcbfb502b Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 18:38:28 +0200 Subject: [PATCH 54/57] Bump highlightjs --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fc9a6b69e..de633cdb3 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "corejs-typeahead": "1.3.4", "cropperjs": "1.6.2", "fine-uploader": "5.16.2", - "highlightjs": "9.12.0", + "highlightjs": "9.16.2", "jquery": "3.7.0", "jquery-placeholder": "2.3.1", "jquery.are-you-sure": "1.9.0", diff --git a/yarn.lock b/yarn.lock index e25de7b73..bbee2240e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -63,10 +63,10 @@ glur@^1.1.2: resolved "https://registry.yarnpkg.com/glur/-/glur-1.1.2.tgz#f20ea36db103bfc292343921f1f91e83c3467689" integrity sha512-l+8esYHTKOx2G/Aao4lEQ0bnHWg4fWtJbVoZZT9Knxi01pB8C80BR85nONLFwkkQoFRCmXY+BUcGZN3yZ2QsRA== -highlightjs@9.12.0: - version "9.12.0" - resolved "https://registry.yarnpkg.com/highlightjs/-/highlightjs-9.12.0.tgz#9b84eb42a7aa8488eb69ac79fec44cf495bf72a1" - integrity sha512-eAhWMtDZaOZIQdxIP4UEB1vNp/CVXQPdMSihTSuaExhFIRC0BVpXbtP3mTP1hDoGOyh7nbB3cuC3sOPhG5wGDA== +highlightjs@9.16.2: + version "9.16.2" + resolved "https://registry.yarnpkg.com/highlightjs/-/highlightjs-9.16.2.tgz#07ea6cc7c93340fc440734fb7abf28558f1f0fe1" + integrity sha512-FK1vmMj8BbEipEy8DLIvp71t5UsC7n2D6En/UfM/91PCwmOpj6f2iu0Y0coRC62KSRHHC+dquM2xMULV/X7NFg== inherits@^2.0.3: version "2.0.4" From 8b6adee3590a179bcd5d08de9d7b10e671fa955c Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 18:47:37 +0200 Subject: [PATCH 55/57] Bump perfect-scrollbar --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index de633cdb3..c872b4c51 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "markdown-it-sanitizer": "0.4.3", "markdown-it-sub": "1.0.0", "markdown-it-sup": "1.0.0", - "perfect-scrollbar": "1.4.0", + "perfect-scrollbar": "1.5.5", "pica": "5.0.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index bbee2240e..57d601b25 100644 --- a/yarn.lock +++ b/yarn.lock @@ -188,10 +188,10 @@ object-assign@^4.1.1: resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg== -perfect-scrollbar@1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/perfect-scrollbar/-/perfect-scrollbar-1.4.0.tgz#5d014ef9775e1f43058a1dbae9ed1daf0e7091f1" - integrity sha512-/2Sk/khljhdrsamjJYS5NjrH+GKEHEwh7zFSiYyxROyYKagkE4kSn2zDQDRTOMo8mpT2jikxx6yI1dG7lNP/hw== +perfect-scrollbar@1.5.5: + version "1.5.5" + resolved "https://registry.yarnpkg.com/perfect-scrollbar/-/perfect-scrollbar-1.5.5.tgz#41a211a2fb52a7191eff301432134ea47052b27f" + integrity sha512-dzalfutyP3e/FOpdlhVryN4AJ5XDVauVWxybSkLZmakFE2sS3y3pc4JnSprw8tGmHvkaG5Edr5T7LBTZ+WWU2g== pica@5.0.0: version "5.0.0" From 02f862925482921f1b093c8799be7561e6df4b79 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 19:48:04 +0200 Subject: [PATCH 56/57] Fix Person spec to prepare ruby upgrade --- spec/models/person_spec.rb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/spec/models/person_spec.rb b/spec/models/person_spec.rb index d6fd9acef..e43ab3bd4 100644 --- a/spec/models/person_spec.rb +++ b/spec/models/person_spec.rb @@ -30,13 +30,15 @@ describe Person, type: :model do describe ".local" do it "returns only local people" do - Person.local =~ [@person] + expect(Person.local.map(&:id)).to include(@user.person.id) + expect(Person.local.map(&:id)).to_not include(@person.id) end end describe ".remote" do - it "returns only local people" do - Person.remote =~ [@user.person] + it "returns only remote people" do + expect(Person.remote.map(&:id)).to include(@person.id) + expect(Person.remote.map(&:id)).to_not include(@user.person.id) end end From 07f6a91d022f258ba76436fb56cd93689d100fec Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 23:28:13 +0200 Subject: [PATCH 57/57] Upgrade to ruby 3.3 --- .github/workflows/ci.yml | 4 ++-- .ruby-version | 2 +- Changelog.md | 4 ++-- Gemfile.lock | 2 +- config/boot.rb | 8 ++++++++ docker/develop/Dockerfile | 2 +- 6 files changed, 15 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9bb078e7..baef2aab2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,8 @@ jobs: fail-fast: false matrix: ruby: - - '3.0' - - '3.1' + - '3.2' + - '3.3' db: - mysql - postgresql diff --git a/.ruby-version b/.ruby-version index 8c50098d8..eb39e5382 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1 +3.3 diff --git a/Changelog.md b/Changelog.md index 114d08405..7251c62e0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -34,9 +34,9 @@ With this release, we switched from `unicorn` to `puma` to run our applications. We use yarn to install the frontend dependencies now, so you need to have that installed. See here for how to install it: https://yarnpkg.com/en/docs/install -## Suggested Ruby version: 3.1 +## Suggested Ruby version: 3.3 -We recommend setting up new pods using Ruby 3.1, and updating existing pods to this version as well. Ruby 2.7 is EOL and no longer supported. +We recommend setting up new pods using Ruby 3.3, and updating existing pods to this version as well. Ruby 2.7 is EOL and no longer supported. ## Refactor * Add bootstrapping for using ECMAScript 6 with automatic transpiling for compatibility [#7581](https://github.com/diaspora/diaspora/pull/7581) [#8397](https://github.com/diaspora/diaspora/pull/8397) diff --git a/Gemfile.lock b/Gemfile.lock index e66bffaf8..3e3a506bb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -913,4 +913,4 @@ DEPENDENCIES yajl-ruby (= 1.4.3) BUNDLED WITH - 2.3.27 + 2.5.9 diff --git a/config/boot.rb b/config/boot.rb index 4fe16d4e8..35f16d8a6 100644 --- a/config/boot.rb +++ b/config/boot.rb @@ -6,3 +6,11 @@ require "bundler/setup" # Set up gems listed in the Gemfile. # Load configuration early require_relative "load_config" + +# Ruby 3.2 removed the `exists?` alias from `File`, but at least the `logging-rails` gem still uses it. +# This is only a workaround, and we need a different long-term solution. It looks like the `logging-rails` gem +# is not maintained anymore, so we maybe need to find a replacement. But since this is the only thing preventing +# us from upgrading to Ruby >= 3.2, we can just create our own alias for now. +class << File + alias exists? exist? +end diff --git a/docker/develop/Dockerfile b/docker/develop/Dockerfile index ccf705ac9..8afaee119 100644 --- a/docker/develop/Dockerfile +++ b/docker/develop/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/amd64/ruby:3.1-slim-bullseye +FROM docker.io/amd64/ruby:3.3-slim-bullseye RUN DEBIAN_FRONTEND=noninteractive \ apt-get update && \