Sha256: d74b6ff76e95bb92884aab68a34df7dfcb67d56153b67f6be3fcebc3a47ef002

Contents?: true

Size: 189 Bytes

Versions: 8

Compression:

Stored size: 189 Bytes

Contents

#!/bin/sh
# Ensure local dependencies are available.

set -e

cd $(dirname "$0")/..
rm -rf .bundle/{binstubs,config}

bundle install --binstubs .bundle/binstubs --path .bundle --quiet "$@"

Version data entries

8 entries across 8 versions & 3 rubygems

Version Path
dat-analysis-1.3.0 script/bootstrap
dat-science-1.2.1 script/bootstrap
simplifier-0.0.0 script/bootstrap
dat-analysis-1.2.0 script/bootstrap
dat-science-1.2.0 script/bootstrap
dat-science-1.1.0 script/bootstrap
dat-science-1.0.0 script/bootstrap
dat-science-0.0.0 script/bootstrap