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:
authorEvan Read <eread@gitlab.com>2023-03-31 01:13:53 +0300
committerEvan Read <eread@gitlab.com>2023-03-31 01:13:53 +0300
commitff8975e4443fca20023f036ff820501cf7e1ebb8 (patch)
tree034117fbc23123dda6456c8e8ed6cbd444c44a5d
parent278f548ace0f3461de8a6e93c9f267db5e0493a2 (diff)
parent89d3c3df344ce5e4087dc09d2fce77ee1c59e6dc (diff)
Merge branch 'brew-minify' into 'main'
Add source for minify to Brewfile See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/3718 Merged-by: Evan Read <eread@gitlab.com> Approved-by: Evan Read <eread@gitlab.com> Co-authored-by: Sarah German <sgerman@gitlab.com>
-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?