Skip to content

Commit 47fc122

Browse files
committed
Modernise calls to bundler
1 parent bbd9e7d commit 47fc122

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ commands:
3535
- run:
3636
name: install dependencies
3737
command: |
38-
bundle install --jobs=4 --retry=3 --path vendor/bundle
38+
bundle config set --local path 'vendor/bundle'
39+
bundle install
3940
- save_cache:
4041
paths:
4142
- ./vendor/bundle

0 commit comments

Comments
 (0)