From 26a158f3bace13f044c5226f0a51396345929d43 Mon Sep 17 00:00:00 2001 From: taitus Date: Mon, 22 May 2023 10:51:25 +0200 Subject: [PATCH] Update wkhtmltopdf-binary gem In order to add compatibility to ubuntu 22.04 we update the wkhtmltopdf-binary gem. The gem version 0.12.6.5 only supports up to ubuntu 20.04. --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index c1bd7f1f5..3ec0b0cfa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -659,7 +659,7 @@ GEM chronic (>= 0.6.3) wicked_pdf (2.6.3) activesupport - wkhtmltopdf-binary (0.12.6.5) + wkhtmltopdf-binary (0.12.6.6) xpath (3.2.0) nokogiri (~> 1.8) zeitwerk (2.6.6)