From 77fa2dab60ac03933a1ddc4cc00f23a0ac034b41 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 09:56:55 +0000 Subject: [PATCH 1/3] Update Ruby to version 3.4.5 --- .ruby-version | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index 86fb6504..4f5e6973 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.7 +3.4.5 diff --git a/Gemfile.lock b/Gemfile.lock index feeabffe..22713f4f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -772,7 +772,7 @@ DEPENDENCIES whenever RUBY VERSION - ruby 3.3.9 + ruby 3.4.5 BUNDLED WITH - 2.5.22 + 2.6.9 From 8e5bc86f6c896600f4b176ecface28d5481d95d9 Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Wed, 13 Aug 2025 12:22:49 +0200 Subject: [PATCH 2/3] Update iso-639 to pull in csv which left the standard library --- Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 22713f4f..92343084 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -156,6 +156,7 @@ GEM crack (0.4.5) rexml crass (1.0.6) + csv (3.3.5) daemons (1.4.0) dalli (2.7.11) dante (0.2.0) @@ -270,7 +271,8 @@ GEM pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - iso-639 (0.3.5) + iso-639 (0.3.8) + csv jquery-datatables-rails (3.4.0) actionpack (>= 3.1) jquery-rails From 07171027db7d307b703dfe777aa45650e6fb16f2 Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Wed, 13 Aug 2025 12:28:37 +0200 Subject: [PATCH 3/3] Update factory_bot to drop observer that left the standard library --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 92343084..755a437a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -193,11 +193,11 @@ GEM erubi (1.13.1) erubis (2.7.0) execjs (2.8.1) - factory_bot (6.2.0) - activesupport (>= 5.0.0) - factory_bot_rails (6.2.0) - factory_bot (~> 6.2.0) - railties (>= 5.0.0) + factory_bot (6.5.4) + activesupport (>= 6.1.0) + factory_bot_rails (6.5.0) + factory_bot (~> 6.5) + railties (>= 6.1.0) faker (2.18.0) i18n (>= 1.6, < 2) faraday (1.7.0)