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