Skip to content

Commit

Permalink
fix: downgrade wicked_pdf (#458)
Browse files Browse the repository at this point in the history
* fix: downgrade wicked_pdf

* fix: Add the requirement of the wicked_pdf
  • Loading branch information
AyakorK authored Nov 23, 2023
1 parent 0d0d01e commit 3c9e7ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ GEM
websocket-extensions (0.1.5)
wicked (1.4.0)
railties (>= 3.0.7)
wicked_pdf (2.7.0)
wicked_pdf (2.6.3)
activesupport
wisper (2.0.1)
wisper-rspec (1.1.0)
Expand Down
3 changes: 1 addition & 2 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
# require "action_text/engine"
require_relative "../lib/active_storage/downloadable"

# TODO : add missing dep to decidim-initiatives/lib/decidim/initiatives/engine.rb
# require "wicked_pdf"
require "wicked_pdf"

# Require the gems listed in Gemfile, including any gems
# you've limited to :test, :development, or :production.
Expand Down

0 comments on commit 3c9e7ee

Please sign in to comment.