diff --git a/Gemfile b/Gemfile index 2183f26bf2..9f712c07b6 100644 --- a/Gemfile +++ b/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' diff --git a/Gemfile.lock b/Gemfile.lock index a3211704c4..a15a7aff21 100644 --- a/Gemfile.lock +++ b/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 diff --git a/Procfile b/Procfile index ef7489e2af..6f9a4e720f 100644 --- a/Procfile +++ b/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