walle / gimli

Utility for converting markup files to pdf files
https://github.com/walle/gimli
MIT License
538 stars 44 forks source link

Fix wkhtmltopdf version… #85

Closed michaelbaudino closed 7 years ago

michaelbaudino commented 7 years ago

…because for some reason 0.9.9 was not outputing anything anymore.

On a fresh Ruby install, just running gem install gimli provides a version that just does not output anything 😢

To be honest, I haven't really dug into the root cause, because just bumping wkhtmltopdf-binary to the latest version fixes the problem. And I also included a bump of nokogiri to remove those warning: constant ::Fixnum is deprecated messages 🔧

walle commented 7 years ago

Thanks! I merged now for people building from source. It will take me some more time before I can update the gem on rubygems :/

michaelbaudino commented 7 years ago

No worries, thanks for merging 🎉

Would you just mind triggering the Docker images build when the gem version has been released, so they will embed it?