Skip to content

Commit

Permalink
Make devcontainer have correct version of Ruby installed.
Browse files Browse the repository at this point in the history
  • Loading branch information
anaulin committed May 23, 2024
1 parent 2a1640e commit cb982b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/devcontainers/features/ruby:1": {
"version": "3.3.0"
},
"node": {
"version": "16",
"nodeGypDependencies": true
Expand Down

0 comments on commit cb982b8

Please sign in to comment.