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.2 bin/setup
qb-0.1.1 bin/setup
qb-0.1.0 bin/setup