Skip to content

Instantly share code, notes, and snippets.

@nmenag
Created July 30, 2016 20:11
Show Gist options
  • Select an option

  • Save nmenag/c6dff1e691b274dfefd44c28a63a2220 to your computer and use it in GitHub Desktop.

Select an option

Save nmenag/c6dff1e691b274dfefd44c28a63a2220 to your computer and use it in GitHub Desktop.
wickedpdf on Heroku
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