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:
authorCatherine Pope <cpope@gitlab.com>2022-11-15 09:43:23 +0300
committerEvan Read <eread@gitlab.com>2022-11-15 09:43:23 +0300
commit869be52495e42196d74c760b22c59bebb3c10e66 (patch)
treec94c754e57d6353353274181b085b8458007da78
parent2bc79728fb4f3eeb16ef414933930b6989a09c79 (diff)
Add OpenSSL to Brewfile
-rw-r--r--Brewfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Brewfile b/Brewfile
index d359fd74..618f8524 100644
--- a/Brewfile
+++ b/Brewfile
@@ -2,6 +2,7 @@
brew "hadolint"
brew "jq"
brew "yamllint"
+brew "openssl@1.1", link: :force
# Install on Mac only
brew "gnupg" if OS.mac?