#!/usr/bin/env bash set -euo pipefail IFS=$'\n\t' set -vx bundle install # For running tests it's going to use PG_URI_TEST env variable. # Please make sure you set it properly to a TEST database!"