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

Brewfile - gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7e88c1c733a338eb0f2356107c24f953566c17dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Install on all OSes
brew "hadolint"
brew "jq"
brew "openssl@1.1", link: :force
brew "parallel"
brew "yamllint"
tap "tdewolff/tap"
brew "minify"

# Install on Mac only
brew "gnupg" if OS.mac?
brew "gnu-sed" if OS.mac?