Pin 'github-pages' gem to version 232 in Gemfile for compatibility with Ruby 3.1.7 and update Gemfile.lock accordingly.

This commit is contained in:
Z. Cliffe Schreuders
2025-09-26 16:56:15 +01:00
parent 498792b566
commit 2b49ddd4d0
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
source 'https://rubygems.org'
# GitHub Pages compatible gems
gem 'github-pages', group: :jekyll_plugins
# GitHub Pages compatible gems - pin to version compatible with Ruby 3.1.7
gem 'github-pages', '~> 232', group: :jekyll_plugins
gem 'jekyll-feed', '~> 0.12'
gem 'jekyll-sitemap'

View File

@@ -275,7 +275,7 @@ PLATFORMS
DEPENDENCIES
activesupport (< 8.0)
github-pages
github-pages (~> 232)
http_parser.rb (~> 0.6.0)
jekyll-feed (~> 0.12)
jekyll-sitemap