From c72f9477cde2a5c711dd380725c3672823b5ce6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= <2887858+deivid-rodriguez@users.noreply.github.com> Date: Mon, 13 Oct 2025 16:02:34 +0200 Subject: [PATCH] bundle update mini_magick This is mainly to shush a lot of warnings when running the test suite, like the following: ``` WARNING: The convert command is deprecated in IMv7, use "magick" instead of "convert" or "magick convert" ``` --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3388119c47..37f3063ad0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -473,7 +473,7 @@ GEM mimemagic (0.4.3) nokogiri (~> 1) rake - mini_magick (4.11.0) + mini_magick (4.13.2) mini_mime (1.1.5) mini_portile2 (2.8.6) minitest (5.25.5)