From 2aec04cefee8cf675b53c8eb0713309dc95c45e3 Mon Sep 17 00:00:00 2001 From: Bartosz Blimke Date: Mon, 14 Aug 2023 01:43:28 +0200 Subject: [PATCH] Use latest available bundler on CI, since 2.4 is not available on Ruby 2.5 --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8f3289f9..74b3172b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -36,5 +36,6 @@ jobs: ruby-version: ${{ matrix.ruby }} bundler-cache: true rubygems: 'latest' + bundler: 'latest' - run: | bundle exec rake