ajout de la gem prawn
This commit is contained in:
parent
1c56d1477f
commit
a2d53bb400
2 changed files with 5 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -49,6 +49,7 @@ gem 'openstack'
|
|||
gem 'pg'
|
||||
gem 'phonelib'
|
||||
gem 'prawn' # PDF Generation
|
||||
gem 'prawn-svg'
|
||||
gem 'prawn_rails'
|
||||
gem 'premailer-rails'
|
||||
gem 'puma' # Use Puma as the app server
|
||||
|
|
|
@ -425,6 +425,9 @@ GEM
|
|||
prawn (2.2.2)
|
||||
pdf-core (~> 0.7.0)
|
||||
ttfunk (~> 1.5)
|
||||
prawn-svg (0.29.1)
|
||||
css_parser (~> 1.6)
|
||||
prawn (>= 0.11.1, < 3)
|
||||
prawn_rails (0.0.11)
|
||||
prawn (>= 0.11.1)
|
||||
railties (>= 3.0.0)
|
||||
|
@ -770,6 +773,7 @@ DEPENDENCIES
|
|||
pg
|
||||
phonelib
|
||||
prawn
|
||||
prawn-svg
|
||||
prawn_rails
|
||||
premailer-rails
|
||||
pry-byebug
|
||||
|
|
Loading…
Add table
Reference in a new issue