From cc6f42453aadd3576b4b042f9df89ad4eb2b57ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 20:07:23 +0000 Subject: [PATCH] Update dependency ruby to v3.4.10 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8dfa8d..d20da35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - uses: ruby/setup-ruby@v1 with: # Match the Ruby bundled with openbolt, which runs the tasks in production - ruby-version: '3.2' + ruby-version: '3.4.10' - run: gem install rspec --no-document - run: rspec