install prawn-rails and remove prawn_rails
Fixes https://github.com/openSUSE/osem/issues/2432 prawn_rails is removed and prawn-rails is added
This commit is contained in:
parent
f86cde2bbc
commit
140a50afde
2 changed files with 8 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -134,7 +134,7 @@ gem 'country_select'
|
|||
|
||||
# as PDF generator
|
||||
gem 'prawn-qrcode'
|
||||
gem 'prawn_rails'
|
||||
gem 'prawn-rails'
|
||||
gem 'rqrcode'
|
||||
|
||||
# to render XLS spreadsheets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue