Skip to content

Commit

Permalink
Modernise calls to bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwynne committed May 1, 2021
1 parent bbd9e7d commit 47fc122
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ commands:
- run:
name: install dependencies
command: |
bundle install --jobs=4 --retry=3 --path vendor/bundle
bundle config set --local path 'vendor/bundle'
bundle install
- save_cache:
paths:
- ./vendor/bundle
Expand Down

0 comments on commit 47fc122

Please sign in to comment.