From f9b6b3fed24a60ad70a73ab4f533e574bb877ec1 Mon Sep 17 00:00:00 2001 From: Deep Singhvi Date: Mon, 25 Aug 2025 13:31:46 -0700 Subject: [PATCH] chore: fix ci.yml with bundler version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d35f882e..8252b662 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: ruby-version: ['3.2', '3.3', '3.4'] - bundler-version: ${{ env.BUNDLER_VERSION }} + bundler-version: '2.7' steps: - name: Checkout repository