Sha256: 177c20537664ffe3f99d32a5f04a0b4c08bd569e84ac627f2ba6460617894b12
Contents?: true
Size: 164 Bytes
Versions: 46
Compression:
Stored size: 164 Bytes
Contents
#!/usr/bin/env bash ruby -v echo "==> Installing gems..." bundle check --path vendor/bundle 2>&1 > /dev/null || { bundle install --quiet --path vendor/bundle }
Version data entries
46 entries across 46 versions & 2 rubygems