Skip to content

Commit 04c8d79

Browse files
committed
fix missing 'g's from PDFs
1 parent 794ef20 commit 04c8d79

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ gem 'bootsnap', require: false
107107
# specific versions for compatibility reasons.
108108
gem "nokogiri", ">= 1.10.4"
109109
gem "sprockets", "~> 4.2.2"
110+
gem "prawn", "~> 2.4.0"
111+
gem "ttfunk", "~>1.7.0"
110112

111113
group :production, :staging do
112114
# Reduce the noise of logs and include custom fields to it for easier access

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ GEM
463463
parser (3.3.8.0)
464464
ast (~> 2.4.1)
465465
racc
466-
pdf-core (0.10.0)
466+
pdf-core (0.9.0)
467467
pdf-reader (2.14.1)
468468
Ascii85 (>= 1.0, < 3.0, != 2.0.0)
469469
afm (~> 0.2.1)
@@ -474,10 +474,9 @@ GEM
474474
popper_js (2.11.8)
475475
pp (0.6.2)
476476
prettyprint
477-
prawn (2.5.0)
478-
matrix (~> 0.4)
479-
pdf-core (~> 0.10.0)
480-
ttfunk (~> 1.8)
477+
prawn (2.4.0)
478+
pdf-core (~> 0.9.0)
479+
ttfunk (~> 1.7)
481480
prawn-rails (1.6.0)
482481
actionview (>= 3.1.0)
483482
activesupport (>= 3.1.0)
@@ -707,8 +706,7 @@ GEM
707706
thor (1.3.2)
708707
tilt (2.2.0)
709708
timeout (0.4.3)
710-
ttfunk (1.8.0)
711-
bigdecimal (~> 3.1)
709+
ttfunk (1.7.0)
712710
turbo-rails (2.0.13)
713711
actionpack (>= 7.1.0)
714712
railties (>= 7.1.0)
@@ -805,6 +803,7 @@ DEPENDENCIES
805803
paper_trail
806804
pdf-reader
807805
pg (~> 1.5.9)
806+
prawn (~> 2.4.0)
808807
prawn-rails
809808
pry-doc
810809
pry-nav
@@ -834,9 +833,10 @@ DEPENDENCIES
834833
stimulus-rails
835834
strong_migrations
836835
terser
836+
ttfunk (~> 1.7.0)
837837
turbo-rails
838838
web-console
839839
webmock (~> 3.25)
840840

841841
BUNDLED WITH
842-
2.6.7
842+
2.6.9

0 commit comments

Comments
 (0)