From 067ba48886ff8ef4fa10a369f2f699dc37bdb7f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 01:32:20 +0000 Subject: [PATCH] chore(deps): update dependency ruby to v3.4.5 --- .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 230913e..56ef806 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.4" + ruby-version: "3.4.5" bundler-cache: true - run: bundle exec rubocop --parallel --fail-level E