When running the devcontainer, the bundle exec jekyll serve command started to give an error on the log_adapter.rb as also described here
To solve this issue, the image used by devcontainers was locked to a old one (commit 2598df0)
According to the GitHub repo, the latest version of the image supports already has the latest versions of Ruby and Jekyll but when starting the devcontainer and running the bundle exec jekyll --version the one that is reported is the 3.9.5.
Let's find out how to update this. Also, and before merging any code, let's make sure that GitHub pages support the latest versions too.
When running the devcontainer, the
bundle exec jekyll servecommand started to give an error on thelog_adapter.rbas also described hereTo solve this issue, the image used by devcontainers was locked to a old one (commit 2598df0)
According to the GitHub repo, the latest version of the image supports already has the latest versions of Ruby and Jekyll but when starting the devcontainer and running the
bundle exec jekyll --versionthe one that is reported is the 3.9.5.Let's find out how to update this. Also, and before merging any code, let's make sure that GitHub pages support the latest versions too.