diff --git a/.circleci/config.yml b/.circleci/config.yml index 0acbe4d..b543eaf 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 @@ -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: