From 18c8125f9073dd6116edb78272b551b2bcd57b76 Mon Sep 17 00:00:00 2001 From: Peter Boling Date: Thu, 21 Mar 2024 14:43:36 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Try=20to=20prevent=20rubygems=20?= =?UTF-8?q?update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/unsupported.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/unsupported.yml b/.github/workflows/unsupported.yml index b7918fc..401f1f9 100644 --- a/.github/workflows/unsupported.yml +++ b/.github/workflows/unsupported.yml @@ -52,8 +52,6 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: "${{ matrix.ruby }}" - rubygems: "${{ matrix.rubygems }}" - bundler: "${{ matrix.bundler }}" bundler-cache: true - name: Run tests