From fbb9b737ceb6bd1e679181292dccb7f708ebbcd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Luis=20Leal=20Cardoso=20Junior?= Date: Sat, 25 Dec 2021 22:20:49 -0300 Subject: [PATCH] Need to fix a few things before pushing ruby 3.1 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d58a8ca..5e8fe56d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,8 +34,8 @@ jobs: - gemfile: 7.0.gemfile ruby: '3.0' - - gemfile: 7.0.gemfile - ruby: '3.1' + # - gemfile: 7.0.gemfile + # ruby: '3.1' runs-on: ubuntu-latest