Skip to content

Commit 939ae20

Browse files
authored
Merge pull request openfoodfoundation#14053 from chahmedejaz/fix/wkhtmltopdf-binary-install-issue
Fix wkhtmltopdf-binary installation error
2 parents 3f5b7aa + 78e9524 commit 939ae20

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ gem "turbo-rails"
113113

114114
gem 'combine_pdf'
115115
gem 'wicked_pdf', github: "openfoodfoundation/wicked_pdf", branch: "master"
116-
gem 'wkhtmltopdf-binary'
116+
gem 'wkhtmltopdf-binary', source: 'https://rubygems.org' # due to https://github.com/gem-coop/gem.coop/issues/36
117117

118118
gem 'immigrant'
119119
gem 'roo' # read spreadsheets

Gemfile.lock

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -970,12 +970,16 @@ GEM
970970
websocket-extensions (0.1.5)
971971
whenever (1.1.0)
972972
chronic (>= 0.6.3)
973-
wkhtmltopdf-binary (0.12.6.10)
974973
xml-simple (1.1.8)
975974
xpath (3.2.0)
976975
nokogiri (~> 1.8)
977976
zeitwerk (2.7.5)
978977

978+
GEM
979+
remote: https://rubygems.org/
980+
specs:
981+
wkhtmltopdf-binary (0.12.6.10)
982+
979983
PLATFORMS
980984
ruby
981985

@@ -1126,7 +1130,7 @@ DEPENDENCIES
11261130
webmock
11271131
whenever
11281132
wicked_pdf!
1129-
wkhtmltopdf-binary
1133+
wkhtmltopdf-binary!
11301134

11311135
RUBY VERSION
11321136
ruby 3.4.8p72

0 commit comments

Comments
 (0)