From b6d4d6af0a42433f32384b6225a02d30d7308d01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Barri=C3=A9?= Date: Wed, 24 Jun 2026 14:42:36 +0200 Subject: [PATCH 1/3] Update Ruby version Dependabot is unable to upgrade dependencies with vulnerabilities due to that. --- .ruby-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ruby-version b/.ruby-version index 47b322c..7636e75 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.4.1 +4.0.5 From 8e1168f8ba92a556e8c084f34718d0e2445c5c56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Barri=C3=A9?= Date: Wed, 24 Jun 2026 14:43:29 +0200 Subject: [PATCH 2/3] Run bundle with 4.0 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index a801d32..59db8de 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -65,7 +65,7 @@ GEM crass (~> 1.0.2) nokogiri (>= 1.12.0) mini_portile2 (2.8.9) - minitest (5.25.4) + minitest (5.27.0) nokogiri (1.18.9) mini_portile2 (~> 2.8.2) racc (~> 1.4) From ee0c17ab43e78bab45b231fd9255ea858be55cb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Barri=C3=A9?= Date: Wed, 24 Jun 2026 15:06:30 +0200 Subject: [PATCH 3/3] Update bundler --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 59db8de..3b82b9a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -164,4 +164,4 @@ DEPENDENCIES rubocop-shopify BUNDLED WITH - 2.6.3 + 4.0.15