From 5a3461c9e6f0cbc333c6d59e49e9a4bef197902d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 02:01:09 +0000 Subject: [PATCH] chore(deps): update dependency ruby to v3.4.7 --- .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 fccc256..cce9b7c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,7 +42,7 @@ jobs: - uses: actions/checkout@master - uses: ruby/setup-ruby@v1 with: - ruby-version: "3.4.6" + ruby-version: "3.4.7" bundler-cache: true - run: bundle exec rubocop --parallel --fail-level E