Skip to content

Commit

Permalink
Downgrade to Prawn 2.4.0 because of font issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudgg committed Jun 26, 2024
1 parent ab0e8b3 commit 40e3e6b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 25 deletions.
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ gem "faraday-cookie_jar"

gem "icalendar"
gem "image_processing"
gem "prawn"
# https://github.com/prawnpdf/ttfunk/issues/102
gem "prawn", "2.4.0"
gem "ttfunk", "1.7.0"
gem "pdf-core", "0.9.0"
gem "prawn-table"
gem "prawn-svg"
gem "hexapdf"
Expand Down
48 changes: 24 additions & 24 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,17 +108,17 @@ GEM
ast (2.4.2)
attr_extras (7.1.0)
aws-eventstream (1.3.0)
aws-partitions (1.946.0)
aws-sdk-core (3.197.2)
aws-partitions (1.947.0)
aws-sdk-core (3.199.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.85.0)
aws-sdk-core (~> 3, >= 3.197.0)
aws-sdk-kms (1.87.0)
aws-sdk-core (~> 3, >= 3.199.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.152.3)
aws-sdk-core (~> 3, >= 3.197.0)
aws-sdk-s3 (1.154.0)
aws-sdk-core (~> 3, >= 3.199.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.8)
aws-sigv4 (1.8.0)
Expand Down Expand Up @@ -301,7 +301,7 @@ GEM
mutex_m (0.2.0)
net-http (0.4.1)
uri
net-imap (0.4.13)
net-imap (0.4.14)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -328,7 +328,7 @@ GEM
racc
patience_diff (1.2.0)
optimist (~> 3.0)
pdf-core (0.10.0)
pdf-core (0.9.0)
pdf-inspector (1.3.0)
pdf-reader (>= 1.0, < 3.0.a)
pdf-reader (2.12.0)
Expand All @@ -347,11 +347,10 @@ GEM
postmark-rails (0.22.1)
actionmailer (>= 3.0.0)
postmark (>= 1.21.3, < 2.0)
prawn (2.5.0)
matrix (~> 0.4)
pdf-core (~> 0.10.0)
ttfunk (~> 1.8)
prawn-svg (0.34.2)
prawn (2.4.0)
pdf-core (~> 0.9.0)
ttfunk (~> 1.7)
prawn-svg (0.35.0)
css_parser (~> 1.6)
matrix (~> 0.4.2)
prawn (>= 0.11.1, < 3)
Expand Down Expand Up @@ -379,7 +378,7 @@ GEM
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.8.0)
rack (3.1.3)
rack (3.1.4)
rack-cors (2.0.2)
rack (>= 2.0.0)
rack-session (2.0.0)
Expand Down Expand Up @@ -450,7 +449,7 @@ GEM
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.3.0)
rexml (3.3.1)
strscan
rqrcode (2.2.0)
chunky_png (~> 1.0)
Expand Down Expand Up @@ -522,14 +521,14 @@ GEM
rubyzip (2.3.2)
rufus-scheduler (3.9.1)
fugit (~> 1.1, >= 1.1.6)
sentry-rails (5.17.3)
sentry-rails (5.18.0)
railties (>= 5.0)
sentry-ruby (~> 5.17.3)
sentry-ruby (5.17.3)
sentry-ruby (~> 5.18.0)
sentry-ruby (5.18.0)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
sentry-sidekiq (5.17.3)
sentry-ruby (~> 5.17.3)
sentry-sidekiq (5.18.0)
sentry-ruby (~> 5.18.0)
sidekiq (>= 3.0)
sidekiq (7.2.4)
concurrent-ruby (< 2)
Expand All @@ -547,7 +546,7 @@ GEM
slim (5.2.1)
temple (~> 0.10.0)
tilt (>= 2.1.0)
sorbet-runtime (0.5.11444)
sorbet-runtime (0.5.11447)
stimulus-rails (1.3.3)
railties (>= 6.0.0)
stringio (3.1.0)
Expand All @@ -574,8 +573,7 @@ GEM
tod (3.1.2)
truemail (3.3.1)
simpleidn (~> 0.2.1)
ttfunk (1.8.0)
bigdecimal (~> 3.1)
ttfunk (1.7.0)
turbo-rails (2.0.5)
actionpack (>= 6.0.0)
activejob (>= 6.0.0)
Expand Down Expand Up @@ -646,11 +644,12 @@ DEPENDENCIES
matrix
nokogiri
parallel
pdf-core (= 0.9.0)
pdf-inspector
pg
phony_rails
postmark-rails
prawn
prawn (= 2.4.0)
prawn-svg
prawn-table
premailer-rails
Expand Down Expand Up @@ -686,6 +685,7 @@ DEPENDENCIES
test-prof
tod
truemail
ttfunk (= 1.7.0)
turbo-rails
web-console

Expand Down

0 comments on commit 40e3e6b

Please sign in to comment.