From 0655bdfb5a6dc193cfa2bc2e05397720bb32ebad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 01:33:17 +0000 Subject: [PATCH] chore(deps): update dependency ruby to v3.4.2 --- .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 1d5a0ef..6ff6b28 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.1" + ruby-version: "3.4.2" bundler-cache: true - run: bundle exec rubocop --parallel --fail-level E