From 710138648f701e5a2d8c36675ed7afc7228c0c87 Mon Sep 17 00:00:00 2001 From: Nicolas Bouillon Date: Sat, 18 Feb 2012 16:46:04 +0100 Subject: [PATCH] Add rghost gem to the Gemfile --- Gemfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index 04767beb31..45a28819de 100644 --- a/Gemfile +++ b/Gemfile @@ -8,6 +8,9 @@ # Make sure to decleare at least one 'source' source 'http://rubygems.org' +# RGhost gem for pdf to jpg conversion +gem 'rghost' + # Bundler requires these gems in all environments gem "rails" gem 'exception_notification'