Sha256: fec20fa95fd744f9216f416d646b9674baa4d1ba62ebfc9f9d33da9eec587af6

Contents?: true

Size: 168 Bytes

Versions: 47

Compression:

Stored size: 168 Bytes

Contents

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

bundle install

# Do any other automated setup that you need to do here
test -e .env || cp .env.example .env

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
iron_bank-2.0.0 bin/setup
iron_bank-1.0.4 bin/setup
iron_bank-1.0.3 bin/setup
iron_bank-1.0.2 bin/setup
iron_bank-1.0.1 bin/setup
iron_bank-1.0.0 bin/setup
iron_bank-0.7.1 bin/setup