diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index dbd38af..a1689da 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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" + } } } \ No newline at end of file