From 5016eb9fab19d92575373b1f89d3f100e50dcb8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 02:38:50 +0000 Subject: [PATCH] chore(deps): update dependency ruby to v3 --- .github/workflows/brakeman.yml | 2 +- .github/workflows/rubocop.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/brakeman.yml b/.github/workflows/brakeman.yml index 207ce9cd..f571255b 100644 --- a/.github/workflows/brakeman.yml +++ b/.github/workflows/brakeman.yml @@ -36,7 +36,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 with: - ruby-version: '2.7' + ruby-version: '3.4.8' - name: Setup Brakeman env: diff --git a/.github/workflows/rubocop.yml b/.github/workflows/rubocop.yml index e5fb4604..9790edf5 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: 3.4.8 # This step is not necessary if you add the gem to your Gemfile - name: Install Code Scanning integration