CloudCannon supports Jekyll versions after 2.4.0. New sites without the version set use a default version. The version is displayed in the Status section after each build.
Set the version to avoid future breaking changes and version clashes across environments.
To set the version:
Gemfile
to the root folderjekyll
dependency to your Gemfile
source "https://rubygems.org"
gem "jekyll", "~> 4.1.1"
CloudCannon currently supports Hugo version 0.82.0_extended.