mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 10:45:58 +02:00
Merge pull request #1240 from internetee/update-pdfkit-gem
Update `pdfkit` gem
This commit is contained in:
commit
2ee61cfe56
2 changed files with 3 additions and 4 deletions
3
Gemfile
3
Gemfile
|
@ -85,8 +85,7 @@ gem 'que-web', '0.4.0'
|
||||||
# for importing legacy db
|
# for importing legacy db
|
||||||
gem 'activerecord-import', '0.7.0' # for inserting dummy data
|
gem 'activerecord-import', '0.7.0' # for inserting dummy data
|
||||||
|
|
||||||
# for generating pdf
|
gem 'pdfkit'
|
||||||
gem 'pdfkit', '0.6.2'
|
|
||||||
gem 'jquery-ui-rails', '5.0.5'
|
gem 'jquery-ui-rails', '5.0.5'
|
||||||
gem 'active_model-errors_details' # Backport from Rails 5, https://github.com/rails/rails/pull/18322
|
gem 'active_model-errors_details' # Backport from Rails 5, https://github.com/rails/rails/pull/18322
|
||||||
gem 'airbrake'
|
gem 'airbrake'
|
||||||
|
|
|
@ -270,7 +270,7 @@ GEM
|
||||||
activerecord (>= 3.0, < 6.0)
|
activerecord (>= 3.0, < 6.0)
|
||||||
activesupport (>= 3.0, < 6.0)
|
activesupport (>= 3.0, < 6.0)
|
||||||
request_store (~> 1.1)
|
request_store (~> 1.1)
|
||||||
pdfkit (0.6.2)
|
pdfkit (0.8.4.1)
|
||||||
pg (0.19.0)
|
pg (0.19.0)
|
||||||
polyamorous (1.3.1)
|
polyamorous (1.3.1)
|
||||||
activerecord (>= 3.0)
|
activerecord (>= 3.0)
|
||||||
|
@ -483,7 +483,7 @@ DEPENDENCIES
|
||||||
money-rails
|
money-rails
|
||||||
nokogiri
|
nokogiri
|
||||||
paper_trail (~> 4.0)
|
paper_trail (~> 4.0)
|
||||||
pdfkit (= 0.6.2)
|
pdfkit
|
||||||
pg (= 0.19.0)
|
pg (= 0.19.0)
|
||||||
pry (= 0.10.1)
|
pry (= 0.10.1)
|
||||||
puma
|
puma
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue