From 88c459db2a9394c94fe1e5ca61912ee939ca89df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 10:53:31 +0000 Subject: [PATCH] chore(deps): update dependency ruby to v4.0.3 --- .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 e7147d8..a149f64 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.2" + ruby-version: "4.0.3" bundler-cache: true - name: Run rubocop