Replace prawn_rails with prawn-rails
This commit is contained in:
parent
b45b51a554
commit
6d703c0bd0
2 changed files with 8 additions and 7 deletions
3
Gemfile
3
Gemfile
|
@ -51,9 +51,8 @@ gem 'openid_connect'
|
||||||
gem 'openstack'
|
gem 'openstack'
|
||||||
gem 'pg'
|
gem 'pg'
|
||||||
gem 'phonelib'
|
gem 'phonelib'
|
||||||
gem 'prawn' # PDF Generation
|
gem 'prawn-rails' # PDF Generation
|
||||||
gem 'prawn-svg'
|
gem 'prawn-svg'
|
||||||
gem 'prawn_rails'
|
|
||||||
gem 'premailer-rails'
|
gem 'premailer-rails'
|
||||||
gem 'puma' # Use Puma as the app server
|
gem 'puma' # Use Puma as the app server
|
||||||
gem 'pundit'
|
gem 'pundit'
|
||||||
|
|
12
Gemfile.lock
12
Gemfile.lock
|
@ -431,12 +431,15 @@ GEM
|
||||||
prawn (2.2.2)
|
prawn (2.2.2)
|
||||||
pdf-core (~> 0.7.0)
|
pdf-core (~> 0.7.0)
|
||||||
ttfunk (~> 1.5)
|
ttfunk (~> 1.5)
|
||||||
|
prawn-rails (1.3.0)
|
||||||
|
prawn
|
||||||
|
prawn-table
|
||||||
|
rails (>= 3.1.0)
|
||||||
prawn-svg (0.29.1)
|
prawn-svg (0.29.1)
|
||||||
css_parser (~> 1.6)
|
css_parser (~> 1.6)
|
||||||
prawn (>= 0.11.1, < 3)
|
prawn (>= 0.11.1, < 3)
|
||||||
prawn_rails (0.0.11)
|
prawn-table (0.2.2)
|
||||||
prawn (>= 0.11.1)
|
prawn (>= 1.3.0, < 3.0.0)
|
||||||
railties (>= 3.0.0)
|
|
||||||
premailer (1.11.1)
|
premailer (1.11.1)
|
||||||
addressable
|
addressable
|
||||||
css_parser (>= 1.6.0)
|
css_parser (>= 1.6.0)
|
||||||
|
@ -779,9 +782,8 @@ DEPENDENCIES
|
||||||
openstack
|
openstack
|
||||||
pg
|
pg
|
||||||
phonelib
|
phonelib
|
||||||
prawn
|
prawn-rails
|
||||||
prawn-svg
|
prawn-svg
|
||||||
prawn_rails
|
|
||||||
premailer-rails
|
premailer-rails
|
||||||
pry-byebug
|
pry-byebug
|
||||||
puma
|
puma
|
||||||
|
|
Loading…
Reference in a new issue