From 45c62096e51a537e71a3b760c50766d1fa83ae2d Mon Sep 17 00:00:00 2001 From: Grant Hutchins Date: Mon, 10 Aug 2026 13:25:03 -0500 Subject: [PATCH] Remove redundant bundle update from CI --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ce0e47..f2b94a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,11 +71,6 @@ jobs: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true cache-version: ${{ matrix.active-record.env }} - # Gemfile.lock is not checked in, so this resolves the newest gems that - # satisfy the Gemfile on each run rather than a recorded set. `--all` is - # what Bundler 4, shipped with Ruby 4.0, wants for that. - - name: Update bundle - run: bundle update --all # Not bin/rake: bin/ holds generated binstubs and is not checked in, and # whether bundling writes them there varies by Bundler version - Bundler 4 # does not, which left Ruby 4.0 with no binstub to run.