From 93f8aedfa6fb0d3a85e33afd8179323eb0cfb492 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 01:46:29 +0000 Subject: [PATCH] chore(deps): update dependency ruby to v3.4.6 --- .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 56ef806..fccc256 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.5" + ruby-version: "3.4.6" bundler-cache: true - run: bundle exec rubocop --parallel --fail-level E