From 43a816fe054126197a57ae7d6c9895935a38c506 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Sat, 26 Oct 2024 00:11:37 +0200 Subject: [PATCH] ci: try to fix the test suits by installing latest rubygems --- .github/workflows/testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 84d9978..2869cfd 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -66,6 +66,7 @@ jobs: ruby-version: ${{ matrix.ruby }} bundler: 1.17 bundler-cache: true + rubygems: latest env: JSON_VERSION: ${{ matrix.json }}