Skip to content
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

jekyll:pages should use same dependency versions as GitHub Pages #339

Open
ericvennemeyer opened this issue Apr 28, 2022 · 0 comments
Open

Comments

@ericvennemeyer
Copy link

I work with an organization that uses GitHub Pages to host their website, and Docker to enable devs to work on changes to the site locally. Beginning several weeks ago, devs began seeing a "no implicit conversion of Hash into Integer" error when attempting to run a Docker container via docker-compose up and using jekyll/jekyll:pages as the image. This seems to be caused by an inherent conflict between Ruby 3 and Jekyll 3, which I've seen other mentions of around the internet while googling the issue.

If jekyll:pages is intended to create a local development environment that matches GitHub Pages, it should use the same dependency versions that GH Pages uses, especially Ruby 2.7.3 and Jekyll 3.9.2.

If not, could you recommend the image we should be using to match current GH Pages dependency versions?

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

No branches or pull requests

1 participant