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.22 bin/setup
qb-0.1.21 bin/setup
qb-0.1.20 bin/setup
qb-0.1.19 bin/setup
qb-0.1.18 bin/setup
qb-0.1.17 bin/setup
qb-0.1.16 bin/setup
qb-0.1.15 bin/setup
qb-0.1.14 bin/setup
qb-0.1.13 bin/setup
qb-0.1.12 bin/setup
qb-0.1.11 bin/setup
qb-0.1.10 bin/setup
qb-0.1.9 bin/setup
qb-0.1.8 bin/setup
qb-0.1.7 bin/setup
qb-0.1.6 bin/setup
qb-0.1.5 bin/setup
qb-0.1.4 bin/setup
qb-0.1.3 bin/setup