Pin activesupport to version < 8.0 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:37:45 +01:00
parent 4c9f62fbd6
commit 498792b566
2 changed files with 5 additions and 2 deletions

View File

@@ -5,6 +5,9 @@ gem 'github-pages', group: :jekyll_plugins
gem 'jekyll-feed', '~> 0.12'
gem 'jekyll-sitemap'
# Pin activesupport to be compatible with Ruby 3.1.7 (GitHub Pages)
gem 'activesupport', '< 8.0'
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library.
platforms :mingw, :x64_mingw, :mswin, :jruby do