fix pdf generation after last bundle update (complements 61a1efdfcf)

This commit is contained in:
wvengen 2014-09-02 15:41:37 +02:00
parent 1dad9c034c
commit da2b5b54d0
2 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,7 @@ gem 'rails-i18n'
gem 'mysql2'
gem 'prawn'
gem 'prawn-table'
gem 'haml-rails'
gem 'kaminari'
gem 'simple_form'

View File

@ -228,6 +228,7 @@ GEM
prawn (1.2.1)
pdf-core (~> 0.2.5)
ttfunk (~> 1.2.0)
prawn-table (0.1.1)
protected_attributes (1.0.8)
activemodel (>= 4.0.1, < 5.0)
quiet_assets (1.0.3)
@ -436,6 +437,7 @@ DEPENDENCIES
meta_request
mysql2
prawn
prawn-table
protected_attributes
quiet_assets
rails (~> 4.0.0)