Skip to content

add base64, logger and csv to Gemfile #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

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