Fix Circle CI

This commit is contained in:
Ari Timonen 2020-03-24 01:36:47 +02:00
parent d5b7538d07
commit 23292b6a70

View file

@ -65,6 +65,9 @@ jobs:
fingerprints: fingerprints:
- "b7:35:a6:4e:9b:0d:6d:d4:78:1e:9a:97:2a:66:6b:be" - "b7:35:a6:4e:9b:0d:6d:d4:78:1e:9a:97:2a:66:6b:be"
- checkout - checkout
- run:
name: Bundle Update
command: gem update --system && gem install bundler
- restore_cache: - restore_cache:
keys: keys:
- rails-demo-bundle-v2-{{ checksum "Gemfile.lock" }} - rails-demo-bundle-v2-{{ checksum "Gemfile.lock" }}