ajout de la gem prawn

This commit is contained in:
clemkeirua 2019-12-15 22:07:41 +01:00
parent 1c56d1477f
commit a2d53bb400
2 changed files with 5 additions and 0 deletions

View file

@ -49,6 +49,7 @@ gem 'openstack'
gem 'pg' gem 'pg'
gem 'phonelib' gem 'phonelib'
gem 'prawn' # PDF Generation gem 'prawn' # PDF Generation
gem 'prawn-svg'
gem 'prawn_rails' gem 'prawn_rails'
gem 'premailer-rails' gem 'premailer-rails'
gem 'puma' # Use Puma as the app server gem 'puma' # Use Puma as the app server

View file

@ -425,6 +425,9 @@ GEM
prawn (2.2.2) prawn (2.2.2)
pdf-core (~> 0.7.0) pdf-core (~> 0.7.0)
ttfunk (~> 1.5) ttfunk (~> 1.5)
prawn-svg (0.29.1)
css_parser (~> 1.6)
prawn (>= 0.11.1, < 3)
prawn_rails (0.0.11) prawn_rails (0.0.11)
prawn (>= 0.11.1) prawn (>= 0.11.1)
railties (>= 3.0.0) railties (>= 3.0.0)
@ -770,6 +773,7 @@ DEPENDENCIES
pg pg
phonelib phonelib
prawn prawn
prawn-svg
prawn_rails prawn_rails
premailer-rails premailer-rails
pry-byebug pry-byebug