From b68fcecd46dfc55eb9a71195510850d515dc0030 Mon Sep 17 00:00:00 2001 From: bcoles Date: Mon, 24 Jan 2022 00:41:56 +1100 Subject: [PATCH] Bump Ruby version from 2.7.2 to 2.7.4 (#2281) --- .github/workflows/github_actions.yml | 2 +- .ruby-version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index e2a908340..b07763ecb 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -42,7 +42,7 @@ jobs: - name: 'Setting up Ruby' uses: ruby/setup-ruby@v1 with: - ruby-version: 2.7.2 # Not needed with a .ruby-version file + ruby-version: 2.7.4 # Not needed with a .ruby-version file - name: 'Build and run tests' run: | diff --git a/.ruby-version b/.ruby-version index 37c2961c2..a4dd9dba4 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.7.2 +2.7.4