Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah German <sgerman@gitlab.com>2023-03-30 17:48:07 +0300
committerSarah German <sgerman@gitlab.com>2023-03-30 17:48:07 +0300
commit89d3c3df344ce5e4087dc09d2fce77ee1c59e6dc (patch)
treeba3d4968502cc158af7dad7ab6872ef7a1021e9f /Brewfile
parent5d9eec9ba36f57ecab95cbc99cf7e40f85250c42 (diff)
Add tap for brew minify
Diffstat (limited to 'Brewfile')
-rw-r--r--Brewfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Brewfile b/Brewfile
index 81e09183..7e88c1c7 100644
--- a/Brewfile
+++ b/Brewfile
@@ -1,10 +1,11 @@
# Install on all OSes
brew "hadolint"
brew "jq"
-brew "minify"
brew "openssl@1.1", link: :force
brew "parallel"
brew "yamllint"
+tap "tdewolff/tap"
+brew "minify"
# Install on Mac only
brew "gnupg" if OS.mac?