From ea34415d26a9f4498e079304de300c1ef46310e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 19:00:30 +0000 Subject: [PATCH] Update cimg/ruby Docker tag to v2.7.8 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 210de33e8..79428d63a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: build: docker: - - image: cimg/ruby:2.5.9-browsers + - image: cimg/ruby:2.7.8-browsers steps: - checkout