From ebac1a18fc286eb0607f6755c2b4cb1a7f9dcf92 Mon Sep 17 00:00:00 2001 From: Sam Bostock Date: Wed, 15 Nov 2023 13:10:49 -0500 Subject: [PATCH] Update bundler --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b93992e..0cc1216c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,6 +51,8 @@ jobs: ruby-version: ${{ matrix.ruby }} bundler-cache: false bundler: Gemfile.lock + - name: Update bundler + run: gem update bundler && bundler update --bundler - name: Manually install dependencies with specific bundler version run: bundle _2.4.22_ install --jobs 4 --retry 3 # run: bundle install --jobs 4 --retry 3