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