Downgraded Ruby in devcontainer.json to fix issue with jekyll

This commit is contained in:
NinjaCheetah 2023-01-27 18:07:57 +00:00
parent b7e3a0d644
commit 5fbca78d23

View File

@ -17,6 +17,8 @@
"remoteUser": "vscode",
"features": {
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/devcontainers/features/ruby": {}
"ghcr.io/devcontainers/features/ruby": {
"version": "3.1.2"
}
}
}