From 4061b01949c6d0509661146291b1c80e805dddc0 Mon Sep 17 00:00:00 2001 From: Maciej Mensfeld Date: Sun, 17 Dec 2023 19:31:51 +0100 Subject: [PATCH] remarks --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 426e24b2..e0a1a016 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,9 +49,11 @@ jobs: - name: Install latest bundler run: | if [[ "$(ruby -v | awk '{print $2}')" == 2.7.8* ]]; then - gem install bundler -v 2.4.4 --no-document + gem install bundler -v 2.4.22 --no-document + gem update --system 3.4.22 --no-document else gem install bundler --no-document + gem update --system --no-document fi bundle config set without 'tools benchmarks docs'