mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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
|
# as PDF generator
|
||||||
gem 'prawn-qrcode'
|
gem 'prawn-qrcode'
|
||||||
gem 'prawn-rails'
|
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
|
# for QR code generation
|
||||||
gem 'rqrcode'
|
gem 'rqrcode'
|
||||||
|
|
|
||||||
|
|
@ -298,6 +298,7 @@ GEM
|
||||||
mail (2.7.1)
|
mail (2.7.1)
|
||||||
mini_mime (>= 0.1.1)
|
mini_mime (>= 0.1.1)
|
||||||
marcel (1.0.1)
|
marcel (1.0.1)
|
||||||
|
matrix (0.4.2)
|
||||||
method_source (1.0.0)
|
method_source (1.0.0)
|
||||||
mime-types (3.3.1)
|
mime-types (3.3.1)
|
||||||
mime-types-data (~> 3.2015)
|
mime-types-data (~> 3.2015)
|
||||||
|
|
@ -662,6 +663,7 @@ DEPENDENCIES
|
||||||
leaflet-rails
|
leaflet-rails
|
||||||
letter_opener
|
letter_opener
|
||||||
letter_opener_web
|
letter_opener_web
|
||||||
|
matrix (~> 0.4)
|
||||||
mina
|
mina
|
||||||
mini_magick
|
mini_magick
|
||||||
money-rails
|
money-rails
|
||||||
|
|
|
||||||
|
|
@ -324,6 +324,7 @@ GEM
|
||||||
mail (2.7.1)
|
mail (2.7.1)
|
||||||
mini_mime (>= 0.1.1)
|
mini_mime (>= 0.1.1)
|
||||||
marcel (1.0.1)
|
marcel (1.0.1)
|
||||||
|
matrix (0.4.2)
|
||||||
method_source (1.0.0)
|
method_source (1.0.0)
|
||||||
mime-types (3.3.1)
|
mime-types (3.3.1)
|
||||||
mime-types-data (~> 3.2015)
|
mime-types-data (~> 3.2015)
|
||||||
|
|
@ -699,6 +700,7 @@ DEPENDENCIES
|
||||||
leaflet-rails
|
leaflet-rails
|
||||||
letter_opener
|
letter_opener
|
||||||
letter_opener_web
|
letter_opener_web
|
||||||
|
matrix (~> 0.4)
|
||||||
mina
|
mina
|
||||||
mini_magick
|
mini_magick
|
||||||
money-rails
|
money-rails
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue