-
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 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
@cnk Your thoughts and opinion on this? |
Beta Was this translation helpful? Give feedback.
-
|
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. |
Beta Was this translation helpful? Give feedback.
-
|
Understood. Thanks! I am going to close this |
Beta Was this translation helpful? Give feedback.

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.