mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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
11
Gemfile.lock
11
Gemfile.lock
|
|
@ -364,9 +364,12 @@ GEM
|
|||
prawn-qrcode (0.3.1)
|
||||
prawn (>= 1)
|
||||
rqrcode (>= 0.4.1)
|
||||
prawn_rails (0.0.11)
|
||||
prawn (>= 0.11.1)
|
||||
railties (>= 3.0.0)
|
||||
prawn-rails (1.2.0)
|
||||
prawn
|
||||
prawn-table
|
||||
rails (>= 3.1.0)
|
||||
prawn-table (0.2.2)
|
||||
prawn (>= 1.3.0, < 3.0.0)
|
||||
pry (0.10.4)
|
||||
coderay (~> 1.1.0)
|
||||
method_source (~> 0.8.1)
|
||||
|
|
@ -669,7 +672,7 @@ DEPENDENCIES
|
|||
pg
|
||||
piwik_analytics (~> 1.0.1)
|
||||
prawn-qrcode
|
||||
prawn_rails
|
||||
prawn-rails
|
||||
puma (~> 3.0)
|
||||
rails (~> 5.0.7)
|
||||
rails-assets-bootstrap-markdown!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue