From 239e78cdf786191203e9ccbb2dfd7e1f59a732a8 Mon Sep 17 00:00:00 2001 From: Eduardo Navarro Date: Fri, 31 Mar 2023 10:33:35 +0200 Subject: [PATCH] Match Ruby version with production environment --- .github/workflows/brakeman.yml | 2 +- .ruby-version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/brakeman.yml b/.github/workflows/brakeman.yml index 864abe41742..321b9f9ed9e 100644 --- a/.github/workflows/brakeman.yml +++ b/.github/workflows/brakeman.yml @@ -8,7 +8,7 @@ permissions: jobs: build: runs-on: ubuntu-latest - container: ruby:3.1.3 + container: ruby:3.1.4 steps: - uses: actions/checkout@v3 - name: Install Brakeman diff --git a/.ruby-version b/.ruby-version index ff365e06b95..0aec50e6ede 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.3 +3.1.4