From e6f991baca24703f902a90fc3dbe9d5ca7e3ffe6 Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Sun, 20 Dec 2020 07:15:38 -0700 Subject: [PATCH] Added Circle CI explicit Bundle install configuration Due to fixing the `vendor/bundle` path earlier (see previous commit), we need to be explicit with the installation of gems now. --- circle.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/circle.yml b/circle.yml index 0971db3..9b797d4 100644 --- a/circle.yml +++ b/circle.yml @@ -49,6 +49,7 @@ jobs: command: | gem update --system bundle config set path "vendor/bundle" + bundle install - type: cache-save name: Bundler Store