Skip to content

Commit

Permalink
Fix font issue in PDF generation; **may require './bin/bundle' to be …
Browse files Browse the repository at this point in the history
…run on existing clones**
  • Loading branch information
dhower-qc committed Sep 26, 2024
1 parent 7d34fce commit 42a9c28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ gem "pygments.rb"
gem "rake", "~> 13.0"
gem "rouge"
gem "treetop", "1.6.12"
gem "ttfunk", "1.7" # needed to avoid having asciidoctor-pdf dependencies pulling in a buggy version of ttunk (1.8)
gem "webrick"
gem "yard"

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ GEM
tilt (2.3.0)
treetop (1.6.12)
polyglot (~> 0.3)
ttfunk (1.8.0)
bigdecimal (~> 3.1)
ttfunk (1.7.0)
unicode-display_width (2.5.0)
webrick (1.8.1)
yard (0.9.36)
Expand All @@ -156,6 +155,7 @@ DEPENDENCIES
ruby-progressbar (~> 1.13)
solargraph
treetop (= 1.6.12)
ttfunk (= 1.7)
webrick
yard

Expand Down

0 comments on commit 42a9c28

Please sign in to comment.