From f2db13597e396748aaf7d53b24e1ca1526820b7d Mon Sep 17 00:00:00 2001 From: Gaurav Nelson <23069445+gaurav-nelson@users.noreply.github.com> Date: Fri, 29 May 2026 11:19:24 +1000 Subject: [PATCH] fix: Update Ruby version for failing gems --- .github/workflows/gh-pages.yml | 2 +- .github/workflows/htmltest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index c0821349ab..8759abea9a 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -16,7 +16,7 @@ jobs: - uses: ruby/setup-ruby@v1 with: - ruby-version: 2.7 + ruby-version: '3.3' - run: gem install asciidoctor rouge diff --git a/.github/workflows/htmltest.yml b/.github/workflows/htmltest.yml index 393b7e5b67..e4ddea488e 100644 --- a/.github/workflows/htmltest.yml +++ b/.github/workflows/htmltest.yml @@ -14,7 +14,7 @@ jobs: - uses: ruby/setup-ruby@v1 with: - ruby-version: '2.7' + ruby-version: '3.3' - name: Install build dependencies run: |