Upgrade Ruby, Jekyll and dependencies to latest#144
Merged
Conversation
- Bump Jekyll constraint from ~> 4.2.0 to ~> 4.4 (resolves 4.4.1) - Bump CI Ruby from 3.2 to 3.4 in build-jekyll.yml - Modernize tzinfo-data platforms to :windows (removes Bundler deprecation warning for :mingw/:mswin/:x64_mingw) - Refresh CLAUDE.md version/deploy references to match All jekyll_plugins are unpinned and now resolve to their latest releases (feed 0.17.0, sitemap 1.4.0, admin 0.12.0, seo-tag 2.9.0, email-protect 1.1.0, spaceship 0.10.2, favicon 1.1.0, coffeescript 2.0.0, webrick 1.9.2). Verified a clean bundle install + jekyll build under Ruby 3.4.9 (and 3.3.6): thumbnails, favicons, feed, sitemap and MathJax (jsDelivr) all build correctly. https://claude.ai/code/session_01UdHER2XsuGUwWhUBBDMMXV
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 Ruby, Jekyll and all dependencies to their latest releases, and verifies they build together compatibly.
Changes
Gemfile: Jekyll constraint~> 4.2.0→~> 4.4(resolves 4.4.1). Modernizedtzinfo-dataplatforms to:windows, removing the Bundler deprecation warning for:mingw/:mswin/:x64_mingw..github/workflows/build-jekyll.yml: CI Ruby3.2→3.4.CLAUDE.md: refreshed version/deploy references to match (and corrected the stale deploy description to the actualruby/setup-ruby+peaceiris/actions-gh-pagesworkflow).All
jekyll_pluginsare unpinned and resolve to their latest releases:Compatibility testing
Verified a clean
bundle install+bundle exec jekyll build(JEKYLL_ENV=production) under both Ruby 3.4.9 (latest stable, the new CI target, with Bundler 2.6.9) and Ruby 3.3.6:@import/if()deprecation warnings).index.html,feed.xml,sitemap.xml, paginated/posts/,about/andmain.cssall generated.sm_thumbnails.rbplugin generated all 17 responsive WebP card thumbnails via ImageMagick.jekyll-favicongeneratedfavicon.ico/favicon.png.polyfill.io<script>reintroduced by the jekyll-spaceship upgrade (the config override still applies).Notes
Gemfile.lockis committed (gitignored, per repo convention), so plugins continue to float to their latest compatible releases at install time.jekyll-theme-clean-blog.gemspecis intentionally left unchanged (it is not loaded by theGemfilebuild).https://claude.ai/code/session_01UdHER2XsuGUwWhUBBDMMXV
Generated by Claude Code