Bump wkhtmltopdf-binary from 0.12.4 to 0.12.6.5
We're also updating the WickedPdf initializer since wkhtmltopdf prevents accessing the filesystem by default since version 0.12.6, causing image tags generated by the `wicked_pdf_image_tag` method not to be rendered. Bumps [wkhtmltopdf-binary](https://github.com/zakird/wkhtmltopdf_binary_gem) from 0.12.4 to 0.12.6.5. - [Release notes](https://github.com/zakird/wkhtmltopdf_binary_gem/releases) - [Changelog](https://github.com/zakird/wkhtmltopdf_binary_gem/blob/master/CHANGELOG.md) - [Commits](https://github.com/zakird/wkhtmltopdf_binary_gem/commits) --- updated-dependencies: - dependency-name: wkhtmltopdf-binary dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Javi Martín
parent
18c6f72cb4
commit
ee567c2946
2
Gemfile
2
Gemfile
@@ -62,7 +62,7 @@ gem "uglifier", "~> 4.2.0"
|
|||||||
gem "view_component", "~> 2.37.0", require: "view_component/engine"
|
gem "view_component", "~> 2.37.0", require: "view_component/engine"
|
||||||
gem "whenever", "~> 1.0.0", require: false
|
gem "whenever", "~> 1.0.0", require: false
|
||||||
gem "wicked_pdf", "~> 2.1.0"
|
gem "wicked_pdf", "~> 2.1.0"
|
||||||
gem "wkhtmltopdf-binary", "~> 0.12.4"
|
gem "wkhtmltopdf-binary", "~> 0.12.6"
|
||||||
|
|
||||||
source "https://rails-assets.org" do
|
source "https://rails-assets.org" do
|
||||||
gem "rails-assets-leaflet"
|
gem "rails-assets-leaflet"
|
||||||
|
|||||||
@@ -692,7 +692,7 @@ GEM
|
|||||||
chronic (>= 0.6.3)
|
chronic (>= 0.6.3)
|
||||||
wicked_pdf (2.1.0)
|
wicked_pdf (2.1.0)
|
||||||
activesupport
|
activesupport
|
||||||
wkhtmltopdf-binary (0.12.4)
|
wkhtmltopdf-binary (0.12.6.5)
|
||||||
xpath (3.2.0)
|
xpath (3.2.0)
|
||||||
nokogiri (~> 1.8)
|
nokogiri (~> 1.8)
|
||||||
|
|
||||||
@@ -801,7 +801,7 @@ DEPENDENCIES
|
|||||||
webdrivers (~> 4.6.0)
|
webdrivers (~> 4.6.0)
|
||||||
whenever (~> 1.0.0)
|
whenever (~> 1.0.0)
|
||||||
wicked_pdf (~> 2.1.0)
|
wicked_pdf (~> 2.1.0)
|
||||||
wkhtmltopdf-binary (~> 0.12.4)
|
wkhtmltopdf-binary (~> 0.12.6)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.17.2
|
1.17.2
|
||||||
|
|||||||
@@ -42,4 +42,5 @@ WickedPdf.config = {
|
|||||||
# Layout file to be used for all PDFs
|
# Layout file to be used for all PDFs
|
||||||
# (but can be overridden in `render :pdf` calls)
|
# (but can be overridden in `render :pdf` calls)
|
||||||
# layout: 'pdf.html',
|
# layout: 'pdf.html',
|
||||||
|
enable_local_file_access: true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user