From 58556c0029f33727f79ed36c447c6f35b5189d21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 19:45:12 +0000 Subject: [PATCH] chore(deps): update dependency ruby to v4 --- .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 a9a22d9..c92df1d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -89,7 +89,7 @@ jobs: - uses: actions/checkout@master - uses: ruby/setup-ruby@v1 with: - ruby-version: "3.4.8" + ruby-version: "4.0.1" bundler-cache: True - run: bundle exec rubocop --parallel --color