aboutsummaryrefslogtreecommitdiffstats
path: root/Brewfile
diff options
context:
space:
mode:
authorMr. Outis <mroutis@protonmail.com>2018-08-21 23:01:12 -0500
committerMr. Outis <mroutis@protonmail.com>2018-08-21 23:01:12 -0500
commitfeb348d5384d56101633285dbc4af16b74ffe1ff (patch)
treef3f61e857274f5f59f03f590f3bcaf6d8ac8aa8f /Brewfile
parentf9dbc69c6482c5f4fde9a9b34715c4fdb0f8e21b (diff)
downloadrails-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--Brewfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Brewfile b/Brewfile
index 4ac325e80a..8a11a8be83 100644
--- a/Brewfile
+++ b/Brewfile
@@ -13,3 +13,4 @@ brew "yarn"
cask "xquartz"
brew "mupdf"
brew "poppler"
+brew "imagemagick"