From e1ca7fede7f8ca64cf17c9a69176ae650a07d9c1 Mon Sep 17 00:00:00 2001 From: dbarnes18 <83948303+dbarnes18@users.noreply.github.com> Date: Sun, 23 May 2021 14:48:44 +0100 Subject: [PATCH] Allow non-superusers to use the script. --- script/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/bootstrap b/script/bootstrap index 492e553..9f4b46c 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -2,5 +2,5 @@ set -e -gem install bundler +bundle config set --local path 'vendor/bundle' bundle install