Sha256: 6844f58bf300bf8082404a16eb3f72c20df62b5b0be1100e65baf8ad6fc82eea

Contents?: true

Size: 195 Bytes

Versions: 2

Compression:

Stored size: 195 Bytes

Contents

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

bundle config --local path ${PWD}/../vendor/bundle
bundle lock

bundle install

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
policy_decision_point-0.2.0 bin/setup
policy_decision_point-0.1.0 bin/setup