You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Officially support macOS Sonoma (#638)
Sonoma (macOS 14) is officially out. I've validated that the script runs without issue on Sonoma and I've set up a testing environment to maintain it.
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