From 12f072d337524ceb11dca7f6d47678df001a736d Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Tue, 19 Dec 2023 10:16:14 -0500 Subject: [PATCH] ci: don't try to update rubygems because latest rubygems-update doesn't support Ruby 2.7 --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 066f946..468e595 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,6 @@ jobs: - uses: ruby/setup-ruby@v1 with: ruby-version: ${{matrix.ruby}} - rubygems: latest bundler: latest bundler-cache: true - name: Run tests