diff --git a/.circleci/config.yml b/.circleci/config.yml index 071381f..3ec6e5b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,6 +14,8 @@ jobs: - ruby/install-deps: # Have to set this since there's no lockfile bundler-version: ">2" + # Do not use deployment mode, because we don't have a lockfile + path: "" # Always install the latest versions available with-cache: false - ruby/rspec-test