From 126bfdac594b9507ab9dadc783afd0ead2bf27dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 09:32:23 +0000 Subject: [PATCH] chore(deps): update dependency ruby to v2.7.8 --- .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..b46b11f9 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.7.8 # This step is not necessary if you add the gem to your Gemfile - name: Install Code Scanning integration