.circleci/config.yml in birdspotting-0.1.5 vs .circleci/config.yml in birdspotting-0.1.6

- old
+ new

@@ -14,10 +14,10 @@ version: 2 jobs: test: docker: - - image: cimg/ruby:2.7.4 + - image: cimg/ruby:3.0.6 steps: - checkout - *step_restore_vendor_cache - run: name: Install Ruby dependencies