Skip to content

Commit d656fae

Browse files
authored
Install poppler via homebrew on mac (#613)
* 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
1 parent 6d791b7 commit d656fae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mac

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ brew "gh"
131131
# Image manipulation
132132
brew "imagemagick"
133133
134+
# PDF Rendering
135+
brew "poppler"
136+
134137
# Programming language prerequisites and package managers
135138
brew "libyaml" # should come after openssl
136139
brew "coreutils"

0 commit comments

Comments
 (0)