Created
July 30, 2016 20:11
-
-
Save nmenag/c6dff1e691b274dfefd44c28a63a2220 to your computer and use it in GitHub Desktop.
wickedpdf on Heroku
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gem 'wicked', '~> 1.3' | |
| gem 'wicked_pdf', '~> 1.0', '>= 1.0.6' | |
| gem 'wkhtmltopdf-binary', '~> 0.12.3' | |
| group :production, :staging do | |
| gem 'wkhtmltopdf-heroku', '~> 2.12', '>= 2.12.3.0' | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment