From bcda03bd03ce6af60a9b9c81ab69c5736a84da4d Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Thu, 14 Nov 2024 09:59:37 +1300 Subject: [PATCH] Update RubyGems to fix Ruby 2.5 psych compatibility issue. --- .github/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 18d15cb..e7dc2ec 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -50,6 +50,7 @@ jobs: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: + rubygems: latest ruby-version: ${{matrix.ruby}} bundler-cache: true