chore: update GitHub Pages dependencies to latest - #17
Merged
Conversation
Resolves the reported activesupport vulnerabilities (CVE-2020-8165, CVE-2023-22796) by upgrading the full GitHub Pages dependency set. - github-pages ~> 227 -> ~> 232 - just-the-docs 0.4.0.rc3 -> 0.12.0; remote_theme pinned to @v0.12.0 - webrick ~> 1.7 -> ~> 1.8 - activesupport 3.2.22.5 -> 8.1.3 (transitive; clears both CVEs) - regenerate Gemfile.lock cross-platform (was Windows-only) - add .ruby-version (3.3.11)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Upgrades the GitHub Pages dependency set to the latest versions, resolving two reported
activesupportvulnerabilities flagged againstdocs/Gemfile.lock:Both were against transitive
activesupport 3.2.22.5. Bumping the wholegithub-pagesset pullsactivesupportto 8.1.3 — well past the fixes (the 5.2.x patch line is EOL; this is a real upgrade).Changes
github-pages~> 227→~> 232just-the-docs0.4.0.rc3→0.12.0;remote_themepinned to@v0.12.0(was tracking unpinnedmain)webrick~> 1.7→~> 1.8Gemfile.lockfully regenerated — now cross-platform (Linux + macOS); the previous lock was Windows-only (x64-mingw-ucrt)docs/.ruby-version(3.3.11) —github-pages 232requires Ruby ≥ 3.0 (nokogiri >= 1.16.2)Other notable transitive bumps:
jekyll 3.9.2→3.10.0,nokogiri 1.13.9→1.19.3,kramdown 2.3.2→2.4.0,i18n 0.9.5→1.14.8.Verification
bundle install+bundle check+bundle exec jekyll buildall succeed locally. Remote theme loads, feed generates, and the customkai_darkcolor scheme compiles.Notes
{{ }}GitHub Actions syntax inci-and-automation/*.mdare unrelated to this upgrade and left untouched.eval "$(rbenv init - zsh)"in~/.zshrc) for the.ruby-versionpin to take effect.🤖 Generated with Claude Code