From c7a30603876e823c103ef6198b4ab3c710417fc2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 16:25:02 +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 bec7642..5c06b03 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