From 850d8a7d58b3c47f71cc3fe7edd702b60d73aa5d Mon Sep 17 00:00:00 2001 From: Marco Costa Date: Wed, 17 Jun 2020 14:11:04 -0400 Subject: [PATCH] Ensure Appraisal fetches latest version of dependencies --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 928caeca98a..37518f71d30 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -54,7 +54,9 @@ step_rubocop: &step_rubocop step_appraisal_install: &step_appraisal_install run: name: Install Appraisal gems - command: bundle exec appraisal install + command: | + bundle exec appraisal clean # Ensure we fetch the latest version of dependencies + bundle exec appraisal install step_compute_bundle_checksum: &step_compute_bundle_checksum run: name: Compute bundle checksum