version: 2.1 orbs: ruby: circleci/ruby@0.1.2 jobs: build: docker: - image: cimg/ruby:3.0.0 executor: ruby/default steps: - checkout - run: name: Which bundler? command: bundle -v - ruby/bundle-install - run: bundle exec rspec