diff --git a/Gemfile b/Gemfile index 81ac050d8..cb60e724a 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index 98b4576bf..794a51992 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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