From ef45dfa0ed4ea17ea9f58d2fd8c7a6d4585d1de2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 17:55:46 +0000 Subject: [PATCH] Update dependency ruby to v4 --- .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..b5cc128 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: '4.0.6' - run: gem install rspec --no-document - run: rspec