From 92c5ecd40196825fe57e3158e10b0aa841e383d4 Mon Sep 17 00:00:00 2001 From: nicholas evans Date: Sat, 23 Dec 2023 18:56:23 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Limit=20CI=20rubygems=20for=202.7?= =?UTF-8?q?=20compatibility?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/rubygems/rubygems/issues/7329 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9c34765a..a3a011f1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,6 +26,6 @@ jobs: with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - rubygems: latest + rubygems: 3.4.22 - name: Run test run: bundle exec rake test