fix pdf generation after last bundle update (complements 61a1efdfcf
)
This commit is contained in:
parent
1dad9c034c
commit
da2b5b54d0
2 changed files with 3 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -23,6 +23,7 @@ gem 'rails-i18n'
|
||||||
|
|
||||||
gem 'mysql2'
|
gem 'mysql2'
|
||||||
gem 'prawn'
|
gem 'prawn'
|
||||||
|
gem 'prawn-table'
|
||||||
gem 'haml-rails'
|
gem 'haml-rails'
|
||||||
gem 'kaminari'
|
gem 'kaminari'
|
||||||
gem 'simple_form'
|
gem 'simple_form'
|
||||||
|
|
|
@ -228,6 +228,7 @@ GEM
|
||||||
prawn (1.2.1)
|
prawn (1.2.1)
|
||||||
pdf-core (~> 0.2.5)
|
pdf-core (~> 0.2.5)
|
||||||
ttfunk (~> 1.2.0)
|
ttfunk (~> 1.2.0)
|
||||||
|
prawn-table (0.1.1)
|
||||||
protected_attributes (1.0.8)
|
protected_attributes (1.0.8)
|
||||||
activemodel (>= 4.0.1, < 5.0)
|
activemodel (>= 4.0.1, < 5.0)
|
||||||
quiet_assets (1.0.3)
|
quiet_assets (1.0.3)
|
||||||
|
@ -436,6 +437,7 @@ DEPENDENCIES
|
||||||
meta_request
|
meta_request
|
||||||
mysql2
|
mysql2
|
||||||
prawn
|
prawn
|
||||||
|
prawn-table
|
||||||
protected_attributes
|
protected_attributes
|
||||||
quiet_assets
|
quiet_assets
|
||||||
rails (~> 4.0.0)
|
rails (~> 4.0.0)
|
||||||
|
|
Loading…
Reference in a new issue