diff options
author | Mr. Outis <mroutis@protonmail.com> | 2018-08-21 23:01:12 -0500 |
---|---|---|
committer | Mr. Outis <mroutis@protonmail.com> | 2018-08-21 23:01:12 -0500 |
commit | feb348d5384d56101633285dbc4af16b74ffe1ff (patch) | |
tree | f3f61e857274f5f59f03f590f3bcaf6d8ac8aa8f /Brewfile | |
parent | f9dbc69c6482c5f4fde9a9b34715c4fdb0f8e21b (diff) | |
download | rails-feb348d5384d56101633285dbc4af16b74ffe1ff.tar.gz rails-feb348d5384d56101633285dbc4af16b74ffe1ff.tar.bz2 rails-feb348d5384d56101633285dbc4af16b74ffe1ff.zip |
[ci skip] Add ImageMagick to Brewfile
In order to run ActiveStorage's tests successfully, you need imagemagick
Diffstat (limited to 'Brewfile')
-rw-r--r-- | Brewfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,3 +13,4 @@ brew "yarn" cask "xquartz" brew "mupdf" brew "poppler" +brew "imagemagick" |