From b86deabc0f1f2b5655c356756a1689f2e40959de 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..1ac5b66 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: latest - run: bundle exec rake test