Remove Ruby from devcontainer

This commit is contained in:
Justin Hutchings
2024-03-21 11:28:18 -07:00
committed by GitHub
parent 0fa40c3c10
commit 9a82545adb
+1 -4
View File
@@ -2,8 +2,5 @@
"name": "Dependency Review Action",
"image": "mcr.microsoft.com/devcontainers/typescript-node:18",
"postCreateCommand": "npm install",
"remoteUser": "node",
"features": {
"ghcr.io/devcontainers/features/ruby:1": {}
}
"remoteUser": "node"
}