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.
This commit is contained in:
Brooke Kuhlmann
2020-12-20 07:15:38 -07:00
parent ae6ab46fa7
commit e6f991baca

View File

@@ -49,6 +49,7 @@ jobs:
command: |
gem update --system
bundle config set path "vendor/bundle"
bundle install
- type: cache-save
name: Bundler Store