Skip to content

Commit 07a95c6

Browse files
committed
Fix devcontainer
1 parent 533be34 commit 07a95c6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.devcontainer/devcontainer.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
66
"image": "mcr.microsoft.com/devcontainers/jekyll:2-bookworm",
77
"features": {
8-
"ghcr.io/devcontainers/features/github-cli:1": {},
9-
"ghcr.io/rails/devcontainer/features/ruby:1": {
10-
"version": "3.2.3"
11-
}
8+
"ghcr.io/devcontainers/features/github-cli:1": {}
129
}
1310

1411
// Features to add to the dev container. More info: https://containers.dev/features.

0 commit comments

Comments
 (0)