Skip to content

Conversation

@ablzh
Copy link
Member

@ablzh ablzh commented Feb 9, 2026

Summary

In Ruby 4.0.0, logger was moved from a default gem. logger used to be loaded from the standard library, but is not part of the default gems since Ruby 4.0.0. This PR adds logger to the Gemfile to prevent LoadError when running tasks like rake build and rake serve on newer Ruby versions.

Changes

  • Added gem 'logger' to Gemfile.
  • Updated Gemfile.lock.

ablzh added 2 commits February 9, 2026 20:35
Add logger gem for Jekyll compatibility with Ruby 4.0.0
@ablzh ablzh requested a review from a team as a code owner February 9, 2026 12:57
@hsbt hsbt merged commit 42ccdd8 into ruby:master Feb 9, 2026
1 check passed
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