Bump prawn_rails
This commit is contained in:
parent
3d20b24baf
commit
3f1af527cc
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -108,7 +108,7 @@ gem 'select2-rails'
|
||||||
|
|
||||||
# PDF Generation
|
# PDF Generation
|
||||||
gem 'prawn'
|
gem 'prawn'
|
||||||
gem 'prawn_rails', '~> 0.0.11'
|
gem 'prawn_rails'
|
||||||
|
|
||||||
gem 'chunky_png'
|
gem 'chunky_png'
|
||||||
gem 'sentry-raven'
|
gem 'sentry-raven'
|
||||||
|
|
|
@ -803,7 +803,7 @@ DEPENDENCIES
|
||||||
openstack
|
openstack
|
||||||
pg
|
pg
|
||||||
prawn
|
prawn
|
||||||
prawn_rails (~> 0.0.11)
|
prawn_rails
|
||||||
pry-byebug
|
pry-byebug
|
||||||
rack-handlers
|
rack-handlers
|
||||||
rack-mini-profiler
|
rack-mini-profiler
|
||||||
|
|
Loading…
Reference in a new issue