Skip to content

Commit

Permalink
Install poppler via homebrew on mac (#613)
Browse files Browse the repository at this point in the history
* I setup my new macbook recently using laptop. One of the projects I
  have been working on had a failing spec related to pdf previews with
  ActiveStorage preview. The spec worked fine on CI but Ubuntu has
  poppler-utils installed by default.
* Add line to mac script to install poppler via homebrew
  • Loading branch information
danielnolan committed Sep 1, 2022
1 parent 6d791b7 commit d656fae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mac
Expand Up @@ -131,6 +131,9 @@ brew "gh"
# Image manipulation
brew "imagemagick"
# PDF Rendering
brew "poppler"
# Programming language prerequisites and package managers
brew "libyaml" # should come after openssl
brew "coreutils"
Expand Down

0 comments on commit d656fae

Please sign in to comment.