From 15e8cb9ae3d3689ad1aadef453e050456992ab8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 16:46:08 +0000 Subject: [PATCH] chore(deps): update dependency ruby to v4.0.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 ef1118c..fea9d54 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -73,7 +73,7 @@ jobs: - uses: actions/checkout@master - uses: ruby/setup-ruby@v1 with: - ruby-version: "4.0.5" + ruby-version: "4.0.6" bundler-cache: true - name: Run rubocop