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 321cc9f commit 2932954
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ gem 'translit'
gem 'validate_url'
gem 'valid_email2'
gem 'wicked_pdf'
gem 'wkhtmltopdf-binary'

group :development, :staging, :test do
gem 'faker'
gem 'wkhtmltopdf-binary'
end

group :development, :test do
Expand Down Expand Up @@ -122,4 +122,5 @@ gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]

group :production, :staging do
gem 'pg'
gem 'wkhtmltopdf-heroku'
end
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,8 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
stringio (3.1.1)
strscan (3.1.0)
Expand Down Expand Up @@ -559,6 +561,7 @@ GEM
wicked_pdf (2.8.0)
activesupport
wkhtmltopdf-binary (0.12.6.7)
wkhtmltopdf-heroku (3.0.0)
xpath (3.2.0)
nokogiri (~> 1.8)
yard (0.9.36)
Expand Down Expand Up @@ -650,6 +653,7 @@ DEPENDENCIES
webdrivers
wicked_pdf
wkhtmltopdf-binary
wkhtmltopdf-heroku
yard

RUBY VERSION
Expand Down

0 comments on commit 2932954

Please sign in to comment.