Sha256: c79ff8d5d3cafa820caba44e76c9caf285fc5a99049d3026f10f87b3e3957b57
Contents?: true
Size: 225 Bytes
Versions: 8
Compression:
Stored size: 225 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 # Launch a blank postgres image for testing docker run -d -p 127.0.0.1:5432:5432 postgres:10
Version data entries
8 entries across 8 versions & 1 rubygems