mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-12 23:27:48 +00:00
Merge pull request #13907 from rioug/use-wicked_pdf-fork
Use wicked pdf fork
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -112,7 +112,7 @@ gem "turbo_power"
|
||||
gem "turbo-rails"
|
||||
|
||||
gem 'combine_pdf'
|
||||
gem 'wicked_pdf'
|
||||
gem 'wicked_pdf', github: "openfoodfoundation/wicked_pdf", branch: "master"
|
||||
gem 'wkhtmltopdf-binary'
|
||||
|
||||
gem 'immigrant'
|
||||
|
||||
14
Gemfile.lock
14
Gemfile.lock
@@ -16,6 +16,15 @@ GIT
|
||||
select2-rails (3.4.9)
|
||||
thor (>= 0.14)
|
||||
|
||||
GIT
|
||||
remote: https://github.com/openfoodfoundation/wicked_pdf.git
|
||||
revision: bce498de547cdf00d037fdbec29fae844d69ee8e
|
||||
branch: master
|
||||
specs:
|
||||
wicked_pdf (2.8.1)
|
||||
activesupport
|
||||
ostruct
|
||||
|
||||
GIT
|
||||
remote: https://github.com/podia/stimulus_reflex_testing.git
|
||||
revision: abac2ee34de347c589795b4d1a8e83e0baafb201
|
||||
@@ -949,9 +958,6 @@ GEM
|
||||
websocket-extensions (0.1.5)
|
||||
whenever (1.1.0)
|
||||
chronic (>= 0.6.3)
|
||||
wicked_pdf (2.8.2)
|
||||
activesupport
|
||||
ostruct
|
||||
wkhtmltopdf-binary (0.12.6.10)
|
||||
xml-simple (1.1.8)
|
||||
xpath (3.2.0)
|
||||
@@ -1106,7 +1112,7 @@ DEPENDENCIES
|
||||
web-console
|
||||
webmock
|
||||
whenever
|
||||
wicked_pdf
|
||||
wicked_pdf!
|
||||
wkhtmltopdf-binary
|
||||
|
||||
RUBY VERSION
|
||||
|
||||
2
Procfile
2
Procfile
@@ -1,5 +1,5 @@
|
||||
# Foreman Procfile. Start all dev server processes with: `foreman start`
|
||||
|
||||
rails: DEV_CACHING=true bundle exec rails s -p 3000
|
||||
webpack: ./bin/shakacker-dev-server
|
||||
webpack: ./bin/shakapacker-dev-server
|
||||
sidekiq: DEV_CACHING=true bundle exec sidekiq -q mailers -q default
|
||||
|
||||
Reference in New Issue
Block a user