Sha256: 30cf6783e07ab3772117f28cbb224fbe4106aa697a2fd122961fa28f057bb761
Contents?: true
Size: 233 Bytes
Versions: 2
Compression:
Stored size: 233 Bytes
Contents
#!/bin/bash set -e cd "$(dirname "$0")/.." type rbenv || $(brew install rbenv; brew install ruby-build) rbenv which ruby || $(brew upgrade ruby-build || true; rbenv install) gem list -i bundler || gem install bundler bundle install
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
instrumental_agent-1.0.1 | script/setup |
instrumental_agent-1.0.0 | script/setup |