Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ gem "sass-rails", "~> 6.0"
gem "terser"

gem "redcarpet"
gem "wicked_pdf", "1.4.0"
gem "wicked_pdf", "~> 2.8"
# wkhtmltopdf-binary is held at 0.12.3.1: the 0.12.6.x Linux binary segfaults
# (SIGSEGV) in CI/Heroku, and 0.12.6 also blocks local file access by default,
# which breaks the PDF's logo/stylesheet. wkhtmltopdf is EOL, so 0.12.3.1 stays.
gem "wkhtmltopdf-binary", "0.12.3.1"

gem "fastruby-styleguide", git: "https://github.com/fastruby/styleguide.git", branch: "gh-pages"
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -407,8 +407,9 @@ GEM
base64
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
wicked_pdf (1.4.0)
wicked_pdf (2.8.2)
activesupport
ostruct
wkhtmltopdf-binary (0.12.3.1)
xpath (3.2.0)
nokogiri (~> 1.8)
Expand Down Expand Up @@ -443,7 +444,7 @@ DEPENDENCIES
terser
tzinfo-data
web-console (>= 3.3.0)
wicked_pdf (= 1.4.0)
wicked_pdf (~> 2.8)
wkhtmltopdf-binary (= 0.12.3.1)

RUBY VERSION
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.next.lock
Original file line number Diff line number Diff line change
Expand Up @@ -407,8 +407,9 @@ GEM
base64
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
wicked_pdf (1.4.0)
wicked_pdf (2.8.2)
activesupport
ostruct
wkhtmltopdf-binary (0.12.3.1)
xpath (3.2.0)
nokogiri (~> 1.8)
Expand Down Expand Up @@ -443,7 +444,7 @@ DEPENDENCIES
terser
tzinfo-data
web-console (>= 3.3.0)
wicked_pdf (= 1.4.0)
wicked_pdf (~> 2.8)
wkhtmltopdf-binary (= 0.12.3.1)

RUBY VERSION
Expand Down
Loading