Fix Circle

This commit is contained in:
Ari Timonen 2020-03-24 01:24:16 +02:00
parent ceae3643eb
commit df75cef428

View file

@ -22,6 +22,9 @@ jobs:
- *default_docker_ruby_executor - *default_docker_ruby_executor
steps: steps:
- checkout - checkout
- run:
name: Bundle Update
command: bundle update --bundler
# Which version of bundler? # Which version of bundler?
- run: - run:
name: Which bundler? name: Which bundler?
@ -31,9 +34,6 @@ jobs:
keys: keys:
- rails-demo-bundle-v2-{{ checksum "Gemfile.lock" }} - rails-demo-bundle-v2-{{ checksum "Gemfile.lock" }}
- rails-demo-bundle-v2- - rails-demo-bundle-v2-
- run:
name: Bundle Update
command: bundle update --bundler
- run: - run:
name: Bundle Install name: Bundle Install
command: bundle check || bundle install command: bundle check || bundle install