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