From 01e1c61863c5d2b993aa906cdc10fe2621c99c26 Mon Sep 17 00:00:00 2001 From: Chris Oliver Date: Wed, 15 Feb 2023 20:05:45 -0600 Subject: [PATCH] Update to latest rubygems in CI runs --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c807e7e..73b9773 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,7 @@ jobs: ruby-version: ${{ matrix.ruby }} bundler: default bundler-cache: true + rubygems: latest - name: StandardRb check run: bundle exec standardrb - name: Run tests