Update bundler in Circle CI

This commit is contained in:
Ari Timonen 2020-03-24 01:20:35 +02:00
parent c7dc7f2d97
commit 00fa36477c

View file

@ -66,6 +66,9 @@ jobs:
keys:
- rails-demo-bundle-v2-{{ checksum "Gemfile.lock" }}
- rails-demo-bundle-v2-
- run:
name: Bundle Update
command: bundle update --bundler
- run:
name: Bundle Install
command: bundle check || bundle install