Skip to content

Commit

Permalink
try decrease heroku build size
Browse files Browse the repository at this point in the history
  • Loading branch information
fey committed Aug 2, 2024
1 parent 2932954 commit 5d14a90
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5d14a90

Please sign in to comment.