Currently installs Ghostscript 10.01.2 on Heroku Cedar.
Add the buildpack to your app.json as described here:
E.g.,
"buildpacks": [
{ "url": "https://github.com/Manifestly/heroku-buildpack-ghostscript" },
{ "url": "heroku/ruby" }
],
Currently installs Ghostscript 10.01.2 on Heroku Cedar.
Add the buildpack to your app.json as described here:
E.g.,
"buildpacks": [
{ "url": "https://github.com/Manifestly/heroku-buildpack-ghostscript" },
{ "url": "heroku/ruby" }
],