Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lock version of wkhtmltopdf-binary due to it's size #130

Merged
merged 2 commits into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ gem "redis", "~> 4.7.0"
# Report GC usage data to StatsD with 'barnes' gem so that Heroku can monitor
gem "barnes"

# See https://github.com/decidim/metadecidim/pull/130
gem "wkhtmltopdf-binary", "0.12.6.6"
fblupi marked this conversation as resolved.
Show resolved Hide resolved

group :development, :test do
gem "byebug", platform: :mri
gem "decidim-dev", DECIDIM_VERSION
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ GEM
activesupport
wisper (2.0.1)
wisper-rspec (1.1.0)
wkhtmltopdf-binary (0.12.6.7)
wkhtmltopdf-binary (0.12.6.6)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.12)
Expand Down Expand Up @@ -858,6 +858,7 @@ DEPENDENCIES
spring
spring-watcher-listen (~> 2.0.0)
web-console
wkhtmltopdf-binary (= 0.12.6.6)

RUBY VERSION
ruby 3.1.1p18
Expand Down
Loading