Update Jekyll
#1283
OverviewWe need to update jekyll. We are currently using version 3.8.5 . The latest stable version is version 4.2.0. Action Items
Resources/Instructions |
Answered by
cnk
Mar 21, 2021
Replies: 3 comments
|
We are currently on the highest version supported by GitHub pages - 3.9.0. https://pages.github.com/versions/ To find what version we are using, exec into the container and run When GH updates its supported versions, we may have to move too, but not before. |
0 replies
Answer selected by
jbubar
|
Understood. Thanks! I am going to close this |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

We are currently on the highest version supported by GitHub pages - 3.9.0.
https://pages.github.com/versions/
To find what version we are using, exec into the container and run
gem list jekyllWe seejekyll (3.9.0, 3.8.5). The way Ruby gems works, it will load the latest version, so we are running 3.9.0.When GH updates its supported versions, we may have to move too, but not before.