diff --git a/Gemfile b/Gemfile index b3cd7f35..ed1849c1 100644 --- a/Gemfile +++ b/Gemfile @@ -122,5 +122,9 @@ gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby] group :production, :staging do gem 'pg' + +end + +group :production do gem 'wkhtmltopdf-heroku' end