From 1bbdb13108f4940a4aa3c96b601bf67b4618208a Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Wed, 14 Sep 2022 10:22:34 -0400 Subject: [PATCH] ci: ensure a min rubygems version to prevent the psych issue with older versions (ruby 2.5) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d56730..54bfae1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,4 +39,5 @@ jobs: with: ruby-version: ${{matrix.ruby}} bundler-cache: true + rubygems: "3.0.0" - run: bundle exec rake test