From f3172a68f716f91dccb1f9b487a9f6d6899ad9f8 Mon Sep 17 00:00:00 2001 From: Derek Bender <170351+djbender@users.noreply.github.com> Date: Thu, 14 May 2026 09:55:10 -0700 Subject: [PATCH] Reference upstream bundler fix in CI comment --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2710cf8..4badd26 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,7 @@ on: jobs: test: runs-on: ubuntu-latest + # remove when bundler ships fix: https://github.com/ruby/rubygems/pull/9529 continue-on-error: ${{ matrix.ruby-version == 'head' }} strategy: