Skip to content

Commit

Permalink
fix(pdf#prawn): prawn 2.5.0 requires ttfunk 1.8.0, cf: prawnpdf/prawn…
Browse files Browse the repository at this point in the history
  • Loading branch information
mfo committed Jan 14, 2025
1 parent 36148b7 commit 7e544c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ gem 'openid_connect'
gem 'parsby'
gem 'pg'
gem 'phonelib'
gem 'prawn', '2.4.0' # remove after: https://github.com/prawnpdf/prawn/issues/1346
gem 'prawn-rails' # PDF Generation
gem 'premailer-rails'
gem 'puma' # Use Puma as the app server
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ GEM
base64 (0.2.0)
bcrypt (3.1.20)
benchmark-ips (2.14.0)
bigdecimal (3.1.8)
bigdecimal (3.1.9)
bindata (2.5.0)
bindex (0.8.1)
bootsnap (1.18.4)
Expand Down Expand Up @@ -488,16 +488,15 @@ GEM
parser (3.3.6.0)
ast (~> 2.4.1)
racc
pdf-core (0.10.0)
pdf-core (0.9.0)
pg (1.5.9)
phonelib (0.10.1)
playwright-ruby-client (1.46.0)
concurrent-ruby (>= 1.1.6)
mime-types (>= 3.0)
prawn (2.5.0)
matrix (~> 0.4)
pdf-core (~> 0.10.0)
ttfunk (~> 1.8)
prawn (2.4.0)
pdf-core (~> 0.9.0)
ttfunk (~> 1.7)
prawn-rails (1.5.0)
actionview (>= 3.1.0)
activesupport (>= 3.1.0)
Expand Down Expand Up @@ -968,6 +967,7 @@ DEPENDENCIES
parsby
pg
phonelib
prawn (= 2.4.0)
prawn-rails
premailer-rails
puma
Expand Down

0 comments on commit 7e544c1

Please sign in to comment.