From ee4fe5434c8d39b04e8ae99398e57be266e269ff Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Thu, 14 Nov 2024 10:17:56 +1300 Subject: [PATCH] Update RubyGems to fix Ruby 2.5 psych compatibility issue. (#28) --- .github/workflows/test.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 18d15cb..515e7fc 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -29,6 +29,9 @@ jobs: - "3.2" - "3.3" + rubygems: + - latest + experimental: [false] include: @@ -37,6 +40,7 @@ jobs: experimental: true - os: ubuntu ruby: jruby + rubygems: default experimental: true - os: ubuntu ruby: head @@ -50,6 +54,7 @@ jobs: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: + rubygems: ${{matrix.rubygems}} ruby-version: ${{matrix.ruby}} bundler-cache: true