Update Gemfile to specify github-pages version and change Ruby version in GitHub Actions workflow

- Updated the github-pages gem version to '~> 227' for compatibility.
- Changed the Ruby version in the GitHub Actions workflow from 2.7 to 3.0 for improved support.
This commit is contained in:
Z. Cliffe Schreuders
2025-09-23 14:12:48 +01:00
parent e37c7996b0
commit a3e19e6b9c
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
ruby-version: '3.0'
bundler-cache: false
- name: Install dependencies