diff --git a/.circleci/config.yml b/.circleci/config.yml index 9995e92..88c833b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,12 +9,11 @@ jobs: ruby-version: type: string - docker: - - image: cimg/base:stable + executor: + name: ruby/default + tag: <> steps: - checkout - - ruby/install: - version: <> - ruby/install-deps: # Have to set this since there's no lockfile bundler-version: ">2"