From d4d639f52688c5679433fe9e0f26f4130ba6ff98 Mon Sep 17 00:00:00 2001 From: Jon Edvald Date: Fri, 11 May 2018 22:09:05 +0200 Subject: [PATCH] fix: add missing dependencies for copyright-header on OSX --- bin/bootstrap-osx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/bootstrap-osx b/bin/bootstrap-osx index d9d2f58bbc..eef9184fe7 100755 --- a/bin/bootstrap-osx +++ b/bin/bootstrap-osx @@ -1,7 +1,7 @@ #!/usr/bin/env bash # install/update homebrew dependencies -BREW_DEPS="cmake git kubectl stern rsync ruby watchman" +BREW_DEPS="cmake git kubectl stern rsync ruby watchman icu4c pkg-config" brew update brew install ${BREW_DEPS} @@ -20,7 +20,7 @@ nvm alias default 9.4 # install/update global packages npm install -g gulp-cli@4.0.0 -gem install copyright-header +gem install --no-document copyright-header # install CircleCI CLI curl -o /usr/local/bin/circleci https://circle-downloads.s3.amazonaws.com/releases/build_agent_wrapper/circleci