mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-19 04:49:15 +00:00
Fix wkhtmltopdf-binary installation by specifying the original source in Gemfile
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -113,7 +113,7 @@ gem "turbo-rails"
|
||||
|
||||
gem 'combine_pdf'
|
||||
gem 'wicked_pdf', github: "openfoodfoundation/wicked_pdf", branch: "master"
|
||||
gem 'wkhtmltopdf-binary'
|
||||
gem 'wkhtmltopdf-binary', source: 'https://rubygems.org'
|
||||
|
||||
gem 'immigrant'
|
||||
gem 'roo' # read spreadsheets
|
||||
|
||||
@@ -969,12 +969,16 @@ GEM
|
||||
websocket-extensions (0.1.5)
|
||||
whenever (1.1.0)
|
||||
chronic (>= 0.6.3)
|
||||
wkhtmltopdf-binary (0.12.6.10)
|
||||
xml-simple (1.1.8)
|
||||
xpath (3.2.0)
|
||||
nokogiri (~> 1.8)
|
||||
zeitwerk (2.7.5)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
wkhtmltopdf-binary (0.12.6.10)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
||||
@@ -1125,7 +1129,7 @@ DEPENDENCIES
|
||||
webmock
|
||||
whenever
|
||||
wicked_pdf!
|
||||
wkhtmltopdf-binary
|
||||
wkhtmltopdf-binary!
|
||||
|
||||
RUBY VERSION
|
||||
ruby 3.4.8p72
|
||||
|
||||
Reference in New Issue
Block a user