From 6a4218b3d4b3b63a67537ff8e464b73eca1b64ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 08:15:20 +0000 Subject: [PATCH] Update dependency ruby to v2.6.10 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5aca087..d3580bd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,6 +16,6 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@477b21f02be01bcb8030d50f37cfec92bfa615b6 with: - ruby-version: 2.6 + ruby-version: 2.6.10 - name: Run tests run: find . -name "*.rb" -print0 | xargs -0 -I@ sh -c 'ruby @'