From f0b8757542e6a1db323a90e79bf38256b6db86ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 09:31:49 +0000 Subject: [PATCH] chore(deps): update dependency ruby to v2.6.10 --- .github/workflows/rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rubocop.yml b/.github/workflows/rubocop.yml index e5fb4604..a655e612 100644 --- a/.github/workflows/rubocop.yml +++ b/.github/workflows/rubocop.yml @@ -30,7 +30,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 with: - ruby-version: 2.6 + ruby-version: 2.6.10 # This step is not necessary if you add the gem to your Gemfile - name: Install Code Scanning integration