Workaround missing prawn dependency
This commit is contained in:
parent
bee30b6ff8
commit
14eea7d37b
3 changed files with 7 additions and 0 deletions
3
Gemfile
3
Gemfile
|
|
@ -143,6 +143,9 @@ gem 'country_select'
|
|||
# as PDF generator
|
||||
gem 'prawn-qrcode'
|
||||
gem 'prawn-rails'
|
||||
# FIXME: for prawn, matrix isn't in the default set of Ruby 3.1 anymore
|
||||
# see https://github.com/prawnpdf/prawn/commit/3658d5125c3b20eb11484c3b039ca6b89dc7d1b7
|
||||
gem 'matrix', '~> 0.4'
|
||||
|
||||
# for QR code generation
|
||||
gem 'rqrcode'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue