From d2acbb98394043e816125ef48f97a4892ae05eb5 Mon Sep 17 00:00:00 2001 From: Pedro Paiva Date: Fri, 9 Jul 2021 19:16:24 -0300 Subject: [PATCH] Update Ruby version --- .github/workflows/ci.yml | 6 +++--- .ruby-version | 2 +- .tool-versions | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53733a2c0..e32f206b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,9 +27,9 @@ jobs: fail-fast: false matrix: ruby: - - 3.0.1 - - 2.7.3 - - 2.6.7 + - 3.0.2 + - 2.7.4 + - 2.6.8 appraisal: - rails_6_1 - rails_6_0 diff --git a/.ruby-version b/.ruby-version index cb2b00e4f..b50214693 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.0.1 +3.0.2 diff --git a/.tool-versions b/.tool-versions index a7e49f21b..a2e778299 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -ruby 3.0.1 +ruby 3.0.2