Merge pull request #4622 from consul/dependabot/bundler/master/wkhtmltopdf-binary-0.12.6.5

Bump wkhtmltopdf-binary from 0.12.4 to 0.12.6.5
This commit is contained in:
Javi Martín
2021-08-14 15:47:22 +02:00
committed by GitHub
3 changed files with 4 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ gem "uglifier", "~> 4.2.0"
gem "view_component", "~> 2.37.0", require: "view_component/engine"
gem "whenever", "~> 1.0.0", require: false
gem "wicked_pdf", "~> 2.1.0"
gem "wkhtmltopdf-binary", "~> 0.12.4"
gem "wkhtmltopdf-binary", "~> 0.12.6"
source "https://rails-assets.org" do
gem "rails-assets-leaflet"

View File

@@ -692,7 +692,7 @@ GEM
chronic (>= 0.6.3)
wicked_pdf (2.1.0)
activesupport
wkhtmltopdf-binary (0.12.4)
wkhtmltopdf-binary (0.12.6.5)
xpath (3.2.0)
nokogiri (~> 1.8)
@@ -801,7 +801,7 @@ DEPENDENCIES
webdrivers (~> 4.6.0)
whenever (~> 1.0.0)
wicked_pdf (~> 2.1.0)
wkhtmltopdf-binary (~> 0.12.4)
wkhtmltopdf-binary (~> 0.12.6)
BUNDLED WITH
1.17.2

View File

@@ -42,4 +42,5 @@ WickedPdf.config = {
# Layout file to be used for all PDFs
# (but can be overridden in `render :pdf` calls)
# layout: 'pdf.html',
enable_local_file_access: true
}