timwis / jkan

A lightweight, backend-free open data portal, powered by Jekyll
https://jkan.io
MIT License
218 stars 310 forks source link

Move to Jekyll 4.2.2 in docker-compose #236

Closed BryanQuigley closed 1 year ago

BryanQuigley commented 1 year ago

Move to Jekyll 4.2.2 in docker-compose (to match newer Ruby version)

May look at switching to ruby docker setup later, but this keeps it working.

timwis commented 1 year ago

The only thing is that 3.9 is what ends up getting deployed on GitHub pages and netlify at the moment. Once we get the GitHub action working, we'll be able to upgrade Jekyll. Does the Jekyll docker image respect the version of Jekyll in the gemfile? If so, this PR would be fine to merge; if not, we'd probably want to switch it to 3.9 or use the Ruby image.

BryanQuigley commented 1 year ago

Yes, it does actually install jekyll 3.9.2, just using it as an easy bump to get new ruby for now. "Using jekyll 3.9.2"