From 7634a080fc028484c305914fc3a4ea55ee968a8e Mon Sep 17 00:00:00 2001 From: kldarek Date: Mon, 26 Feb 2024 23:21:02 +0100 Subject: [PATCH] bundler version update in ci --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5285341..0f5fb53 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: - name: Jekyll build uses: docker://hamelsmu/fastpages-jekyll with: - args: bash -c "gem install bundler && jekyll build -V --strict_front_matter --trace" + args: bash -c "gem install bundler -v 2.4.22 && jekyll build -V --strict_front_matter --trace" env: JEKYLL_ENV: 'production'