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:
@@ -49,6 +49,7 @@ jobs:
|
||||
command: |
|
||||
gem update --system
|
||||
bundle config set path "vendor/bundle"
|
||||
bundle install
|
||||
|
||||
- type: cache-save
|
||||
name: Bundler Store
|
||||
|
||||
Reference in New Issue
Block a user