Skip to content

Conversation

@bohdancho
Copy link

Apparently, base64, logger and csv are "not part of the default gems starting from Ruby 3.5.0.

image

@gregorbg
Copy link
Member

Thanks for your submission! Your observation is correct, but if you look closely at your screenshot you will see that the issue actually comes from the jekyll gem itself. They are the ones who have to add this gem to their gemspec. So this is a third-party issue.

@bohdancho
Copy link
Author

bohdancho commented Apr 20, 2025

Oh, you are right! I just removed base64, logger and csv and bumped the jekyll to the next (which is also the latest) minor version which also resolved the issue.

P.S. I specified "~> 4.4.0" instead of "~> 4.4.1" because they are equivalent since ~> treats the last number as a wildcard.

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