From 8e759603479f7398e4ff979ce82ba7ebb5be99eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 02:14:24 +0000 Subject: [PATCH] chore(deps): update dependency ruby to v3.4.4 --- .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 e265670..230913e 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.3" + ruby-version: "3.4.4" bundler-cache: true - run: bundle exec rubocop --parallel --fail-level E