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: 12fc10becc13b88c60f10b33f0ceb11d031ae6a5 (plain)
1
2
3
4
5
6
7
8
9
10
# Install on all OSes
brew "hadolint"
brew "jq"
brew "openssl@1.1", link: :force
brew "parallel"
brew "yamllint"

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