Skip to content

Commit

Permalink
remove pdf binary
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Oct 16, 2024
1 parent e7f6146 commit d0eff57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ gem "lograge"
gem "puma", ">= 5.0.0"
gem "redcarpet"
gem "uglifier"
gem 'wkhtmltopdf-binary', group: [:development, :test]
gem 'wkhtmltopdf-heroku', group: :production

group :development, :test do
gem "byebug", platform: :mri
Expand Down Expand Up @@ -48,4 +46,5 @@ group :production do
gem "sentry-rails"
gem "sentry-ruby"
gem "sidekiq"
gem "wkhtmltopdf-heroku"
end
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ GIT
decidim-forms (0.27.9)
decidim-core (= 0.27.9)
wicked_pdf (~> 2.1)
wkhtmltopdf-binary (~> 0.12)
decidim-generators (0.27.9)
decidim-core (= 0.27.9)
decidim-meetings (0.27.9)
Expand Down Expand Up @@ -904,7 +903,6 @@ GEM
activesupport
wisper (2.0.1)
wisper-rspec (1.1.0)
wkhtmltopdf-binary (0.12.6.8)
wkhtmltopdf-heroku (3.0.0)
xpath (3.2.0)
nokogiri (~> 1.8)
Expand Down Expand Up @@ -944,7 +942,6 @@ DEPENDENCIES
spring-watcher-listen
uglifier
web-console
wkhtmltopdf-binary
wkhtmltopdf-heroku

RUBY VERSION
Expand Down

0 comments on commit d0eff57

Please sign in to comment.