From 4fd07502461369c68c794997facd9144f488e8b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Ram=C3=ADrez=20Paricio?= Date: Wed, 31 Jan 2024 17:05:34 +0100 Subject: [PATCH] Changed to required Ruby v2.5 --- .github/workflows/jekyll.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 865a0766f5..5270272ee9 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -36,7 +36,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby-pkgs@v1.33.1 with: - ruby-version: '3.1' # Not needed with a .ruby-version file + ruby-version: '2.5' # Not needed with a .ruby-version file bundler-cache: true # runs 'bundle install' and caches installed gems automatically cache-version: 0 # Increment this number if you need to re-download cached gems - name: Setup Pages