Skip to content

Commit

Permalink
Merge branch 'master' of github.com:decidim/metadecidim into deps/dec…
Browse files Browse the repository at this point in the history
…idim/0.29.0.rc2
  • Loading branch information
fblupi committed Jul 23, 2024
2 parents c4e55ca + 3adbf58 commit fa68aa5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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"

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 @@ -856,7 +856,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.16)
Expand Down Expand Up @@ -905,6 +905,7 @@ DEPENDENCIES
spring
spring-watcher-listen (~> 2.0.0)
web-console
wkhtmltopdf-binary (= 0.12.6.6)

RUBY VERSION
ruby 3.2.2p53
Expand Down

0 comments on commit fa68aa5

Please sign in to comment.