bin/setup in fresh_connection-3.0.3 vs bin/setup in fresh_connection-3.1.0

- old
+ new

@@ -1,9 +1,10 @@ #!/usr/bin/env bash set -euo pipefail IFS=$'\n\t' set -vx -bundle install --path .bundle +bundle config set path '.bundle' +bundle install bundle exec appraisal install # Do any other automated setup that you need to do here