update bundler
This commit is contained in:
parent
f466145649
commit
bb0ad14394
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,7 @@ jobs:
|
|||
- run:
|
||||
name: install dependencies
|
||||
command: |
|
||||
gem install bundler
|
||||
bundle install --jobs=4 --retry=3 --path vendor/bundle
|
||||
|
||||
- save_cache:
|
||||
|
@ -62,6 +63,7 @@ jobs:
|
|||
- run:
|
||||
name: install dependencies
|
||||
command: |
|
||||
gem install bundler
|
||||
bundle install --jobs=4 --retry=3 --path vendor/bundle
|
||||
|
||||
- save_cache:
|
||||
|
|
Loading…
Reference in a new issue