Sha256: 42d58c8147c2342a73bfb5ac4839fcfe30d82a868bc59715e4e10100a92ab309

Contents?: true

Size: 249 Bytes

Versions: 43

Compression:

Stored size: 249 Bytes

Contents

#!/bin/bash
set -euo pipefail
IFS=$'\n\t'

# TODO: should i change this to always use --path= in the gem role?
#       will i even use this with dev/setup.yml?
bundle install --path=./.bundle

# Do any other automated setup that you need to do here

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
qb-0.1.42 bin/setup
qb-0.1.41 bin/setup
qb-0.1.40 bin/setup
qb-0.1.39 bin/setup
qb-0.1.38 bin/setup
qb-0.1.37 bin/setup
qb-0.1.36 bin/setup
qb-0.1.35 bin/setup
qb-0.1.34 bin/setup
qb-0.1.33 bin/setup
qb-0.1.32 bin/setup
qb-0.1.31 bin/setup
qb-0.1.30 bin/setup
qb-0.1.29 bin/setup
qb-0.1.28 bin/setup
qb-0.1.27 bin/setup
qb-0.1.26 bin/setup
qb-0.1.25 bin/setup
qb-0.1.24 bin/setup
qb-0.1.23 bin/setup