Sha256: 92418c76e81cad612f5da2488cdee7b6124d421dca7406e0bbc4cbbecf29f9e3

Contents?: true

Size: 132 Bytes

Versions: 4

Compression:

Stored size: 132 Bytes

Contents

#!/bin/sh

set -e

cd "$(dirname "$0")/.."

bundle config --local path vendor/gems

bundle check > /dev/null 2>&1 || bundle install

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
freno-client-0.7.0 script/bootstrap
freno-client-0.6.0 script/bootstrap
freno-client-0.4.0 script/bootstrap
freno-client-0.3.0 script/bootstrap