.circleci/config.yml in alma-0.4.0 vs .circleci/config.yml in alma-0.4.1

- old
+ new

@@ -1,8 +1,8 @@ version: 2.1 orbs: - ruby: circleci/ruby@1.2 + ruby: circleci/ruby@2.0.0 workflows: version: 2 test-deploy: jobs: @@ -15,11 +15,11 @@ ignore: /.*/ jobs: build: docker: - - image: cimg/ruby:2.7.2-browsers + - image: cimg/ruby:3.1-browsers auth: username: $DOCKERHUB_USER password: $DOCKERHUB_PASSWORD executor: ruby/default @@ -35,10 +35,10 @@ - run: name: test command: bundle exec rake deploy: docker: - - image: cimg/ruby:2.7.2-browsers + - image: cimg/ruby:3.1-browsers working_directory: ~/repo steps: - checkout