From 42ebd94e04b78fadcec62339f3d614e036b8a145 Mon Sep 17 00:00:00 2001 From: Jason Martin Date: Sat, 27 Sep 2025 14:47:28 +0000 Subject: [PATCH 1/2] Bump ruby to latest --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0acbe4d..9ec97f8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ jobs: environment: AWS_REGION: us-east-1 docker: - - image: cimg/ruby:2.7.0 + - image: cimg/ruby:3.4.6 steps: - checkout From f5e7488f763520845dc74b69b8eb33ac65bc50d3 Mon Sep 17 00:00:00 2001 From: Jason Martin Date: Sat, 27 Sep 2025 14:52:37 +0000 Subject: [PATCH 2/2] Try avoiding cache --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9ec97f8..b543eaf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,9 +15,9 @@ jobs: role_arn: arn:aws:iam::186675908400:role/circleci-kms role_session_name: CircleCI - # Restore bundle cache - - restore_cache: - key: bundle-{{ checksum "Gemfile.lock" }} +# # Restore bundle cache +# - restore_cache: +# key: bundle-{{ checksum "Gemfile.lock" }} # Bundle install dependencies - run: