bin/setup in lamby-3.1.3 vs bin/setup in lamby-4.0.0.beta1

- old
+ new

@@ -1,6 +1,6 @@ -#!/bin/bash +#!/bin/sh set -e -docker-compose run \ - cicd \ - ./bin/_setup +echo '== Installing dependencies ==' +bundle config set --local path 'vendor/bundle' +bundle install