Skip to content

Refresh outdated Jekyll dependencies and align config with Jekyll 4 plugin loading - #5

Draft
minimoe with Copilot wants to merge 2 commits into
masterfrom
copilot/update-outdated-dependencies
Draft

Refresh outdated Jekyll dependencies and align config with Jekyll 4 plugin loading#5
minimoe with Copilot wants to merge 2 commits into
masterfrom
copilot/update-outdated-dependencies

Conversation

Copilot AI commented Jun 9, 2026

Copy link
Copy Markdown

This updates outdated site dependencies in the Ruby/Jekyll stack and brings configuration in line with current Jekyll conventions. The goal is to move off legacy pinned versions while keeping the site build path compatible.

  • Dependency constraints refreshed

    • Upgraded top-level gems in Gemfile:
      • jekyll 3.6.3~> 4.4
      • minima ~> 2.0~> 2.5
      • jekyll-feed ~> 0.6~> 0.17
  • Lockfile regenerated

    • Re-resolved and updated Gemfile.lock to the modern dependency graph required by Jekyll 4 / Minima 2.5.x (including transitive updates).
  • Jekyll config compatibility update

    • Replaced legacy gems: key with plugins: in _config.yml so plugin loading matches current Jekyll behavior.
# _config.yml
plugins:
  - jekyll-feed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants