From e5f606655e68b68d48db5f4cf1bbadd9a8db1fe6 Mon Sep 17 00:00:00 2001 From: "Rintze M. Zelle, PhD" Date: Thu, 7 Oct 2021 22:29:57 -0400 Subject: [PATCH] Update to Ruby 3.0.2 (#5657) --- .github/workflows/merge.yaml | 2 +- .github/workflows/sheldon.yaml | 2 +- Gemfile | 2 +- Gemfile.lock | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/merge.yaml b/.github/workflows/merge.yaml index dc997e6d70..9c2d3767b5 100644 --- a/.github/workflows/merge.yaml +++ b/.github/workflows/merge.yaml @@ -58,7 +58,7 @@ jobs: if: github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && (steps.update.outputs.updated == 'true' || steps.update.outputs.deleted == 'true')) uses: ruby/setup-ruby@v1 with: - ruby-version: 3.0.0 + ruby-version: 3.0.2 - name: but use cache to speed that up if: github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && (steps.update.outputs.updated == 'true' || steps.update.outputs.deleted == 'true')) uses: actions/cache@v2 diff --git a/.github/workflows/sheldon.yaml b/.github/workflows/sheldon.yaml index 6bd89b71e3..b52f89d50f 100644 --- a/.github/workflows/sheldon.yaml +++ b/.github/workflows/sheldon.yaml @@ -50,7 +50,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.0.0 + ruby-version: 3.0.2 - name: but use cache to speed that up uses: actions/cache@v2 with: diff --git a/Gemfile b/Gemfile index 10a8635675..7f6467aff4 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -ruby '3.0.0' +ruby '3.0.2' source 'https://rubygems.org' gem 'rake' diff --git a/Gemfile.lock b/Gemfile.lock index 47813a5b7b..1c45b4586e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -109,7 +109,7 @@ DEPENDENCIES sheldon! RUBY VERSION - ruby 3.0.0p0 + ruby 3.0.2p107 BUNDLED WITH - 2.2.3 + 2.2.22