From ca36e996e1c6fd25fa82f3233251827ede673304 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 15:25:11 +0000 Subject: [PATCH] Bump wicked_pdf from 2.6.3 to 2.7.0 Bumps [wicked_pdf](https://github.com/mileszs/wicked_pdf) from 2.6.3 to 2.7.0. - [Release notes](https://github.com/mileszs/wicked_pdf/releases) - [Changelog](https://github.com/mileszs/wicked_pdf/blob/master/CHANGELOG.md) - [Commits](https://github.com/mileszs/wicked_pdf/commits) --- updated-dependencies: - dependency-name: wicked_pdf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 837b6c7f7..50aca2502 100644 --- a/Gemfile +++ b/Gemfile @@ -63,7 +63,7 @@ gem "uglifier", "~> 4.2.0" gem "uuidtools", "~> 2.2.0" gem "view_component", "~> 2.78.0" gem "whenever", "~> 1.0.0", require: false -gem "wicked_pdf", "~> 2.6.3" +gem "wicked_pdf", "~> 2.7.0" gem "wkhtmltopdf-binary", "~> 0.12.6" source "https://rails-assets.org" do diff --git a/Gemfile.lock b/Gemfile.lock index 580a5cd78..2d89d634a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -653,7 +653,7 @@ GEM websocket-extensions (0.1.5) whenever (1.0.0) chronic (>= 0.6.3) - wicked_pdf (2.6.3) + wicked_pdf (2.7.0) activesupport wkhtmltopdf-binary (0.12.6.6) xpath (3.2.0) @@ -763,7 +763,7 @@ DEPENDENCIES view_component (~> 2.78.0) web-console (~> 4.2.0) whenever (~> 1.0.0) - wicked_pdf (~> 2.6.3) + wicked_pdf (~> 2.7.0) wkhtmltopdf-binary (~> 0.12.6) BUNDLED WITH