From 88510299b09c88da1547e84e91836b2a3b3393b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 13:07:29 +0000 Subject: [PATCH] chore(deps): update dependency ruby to v3.4.10 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5f7ee26..5e2dfc11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: - if: matrix.ruby == 'system' uses: ruby/setup-ruby@v1 with: - ruby-version: 3.2.11 + ruby-version: 3.4.10 - run: bazel build ... - run: bazel run lib/gem:add-numbers 2 - run: bazel run lib/gem:print-version @@ -187,7 +187,7 @@ jobs: - if: matrix.ruby == 'system' uses: ruby/setup-ruby@v1 with: - ruby-version: 3.2.11 + ruby-version: 3.4.10 - run: ./do_test examples-rails: