Sha256: 578804e6d68efb23ca281ea756c9a6fb5c6ed2f84e93977e0999dcdb49075810
Contents?: true
Size: 303 Bytes
Versions: 5
Compression:
Stored size: 303 Bytes
Contents
#!/usr/bin/env bash set -eo pipefail ([[ (-x "$(command -v brew)") ]] && brew bundle check || brew bundle --no-lock) \ || (echo "*** Please upgrade manually system dependencies: ***" && cat Brewfile) export BUNDLE_GEMFILE=Gemfile.tools bundle update --jobs=4 --retry=3 yarn check || yarn install
Version data entries
5 entries across 5 versions & 1 rubygems