From 0b97171bb033e18da97a249c2a5e2c7b9f154a7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20L=C3=B3pez=20Ram=C3=ADrez?= Date: Fri, 15 Aug 2025 09:30:56 +0200 Subject: [PATCH 1/2] Update Gemfile.lock Upgrade wkhtmltopdf-binary to support Ubuntu 24.04 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index c59e016277..bad3cbe64a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -911,7 +911,7 @@ GEM chronic (>= 0.6.3) wicked_pdf (2.8.1) activesupport - wkhtmltopdf-binary (0.12.6.7) + wkhtmltopdf-binary (0.12.6.9) xml-simple (1.1.8) xpath (3.2.0) nokogiri (~> 1.8) From 524634b4ea3f06c51825afb8658a0651efb0c4d9 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Fri, 22 Aug 2025 15:44:19 +1000 Subject: [PATCH 2/2] Bump wkhtmltopdf-binary from 0.12.6.9 to 0.12.6.10 to support Debian 13 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index bad3cbe64a..4faeb79fa1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -911,7 +911,7 @@ GEM chronic (>= 0.6.3) wicked_pdf (2.8.1) activesupport - wkhtmltopdf-binary (0.12.6.9) + wkhtmltopdf-binary (0.12.6.10) xml-simple (1.1.8) xpath (3.2.0) nokogiri (~> 1.8)