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'