From c688d47b4c2550ee827da7935be565028a61a5c0 Mon Sep 17 00:00:00 2001 From: Andrew Pariser Date: Mon, 18 Dec 2023 12:10:57 -0800 Subject: [PATCH] CI: update ruby 2.6 to install bundler 2.4 --- .github/workflows/rspec_rubocop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rspec_rubocop.yml b/.github/workflows/rspec_rubocop.yml index 68d562f..64f4bcb 100644 --- a/.github/workflows/rspec_rubocop.yml +++ b/.github/workflows/rspec_rubocop.yml @@ -18,9 +18,9 @@ jobs: container: ubuntu:focal strategy: matrix: - include: # use bundler 2.3 for ruby versions < 2.6 (https://bundler.io/compatibility.html) + include: # https://bundler.io/compatibility.html - ruby-version: '2.6' - bundler-version: latest + bundler-version: '2.4' - ruby-version: '2.7' bundler-version: latest - ruby-version: '3.0'