From e764c47f102f726a06c60b6a109b199f20c47cc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 23:25:23 +0000 Subject: [PATCH] Bump pdfkit from 0.5.2 to 0.8.7.2 Bumps [pdfkit](https://github.com/pdfkit/pdfkit) from 0.5.2 to 0.8.7.2. - [Release notes](https://github.com/pdfkit/pdfkit/releases) - [Changelog](https://github.com/pdfkit/pdfkit/blob/master/CHANGELOG.md) - [Commits](https://github.com/pdfkit/pdfkit/compare/v0.5.2...v0.8.7.2) --- updated-dependencies: - dependency-name: pdfkit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index f787cab..0dcd1da 100644 --- a/Gemfile +++ b/Gemfile @@ -7,6 +7,6 @@ group :assets do end gem 'jquery-rails' gem 'wkhtmltopdf-binary', '0.9.9.1' -gem 'pdfkit', '0.5.2' +gem 'pdfkit', '0.8.7.2' gem 'mysql' gem 'passenger' diff --git a/Gemfile.lock b/Gemfile.lock index f848eec..bc87d74 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -61,7 +61,7 @@ GEM fastthread (>= 1.0.1) rack rake (>= 0.8.1) - pdfkit (0.5.2) + pdfkit (0.8.7.2) polyglot (0.3.3) rack (1.4.1) rack-cache (1.2) @@ -116,7 +116,7 @@ DEPENDENCIES jquery-rails mysql passenger - pdfkit (= 0.5.2) + pdfkit (= 0.8.7.2) rails (= 3.2.6) sass-rails (~> 3.2.3) uglifier (>= 1.0.3)