From 0a35d8cccc422201fc9b74ede8d881480f899fb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 02:15:21 +0000 Subject: [PATCH] chore(deps): update dependency ruby to v3.4.8 --- .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 7e5eaa0..70b6fa3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -56,7 +56,7 @@ jobs: - uses: actions/checkout@master - uses: ruby/setup-ruby@v1 with: - ruby-version: "3.4.7" + ruby-version: "3.4.8" bundler-cache: true env: BUNDLE_WITHOUT: development