From 2361e4338c935440513827b9f80f83f138caf416 Mon Sep 17 00:00:00 2001 From: Matthew Peveler Date: Wed, 7 Feb 2024 04:17:34 +0000 Subject: [PATCH] Remove updating gem from CI --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2bc0c3c0896..ce6d975ffd1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,10 +29,6 @@ jobs: gems-${{ runner.os }}-${{ matrix.ruby-version }}- gems-${{ runner.os }}- - # necessary to get ruby 2.3 to work nicely with bundler vendor/bundle cache - # can remove once ruby 2.3 is no longer supported - - run: gem update --system - - run: bundle config set deployment 'true' - name: bundle install run: |