Skip to content
Snippets Groups Projects

Update ruby to v3.4.2

Merged Renovate Runner Bot requested to merge renovate/ruby into main
Files
6
@@ -3,15 +3,17 @@
@@ -3,15 +3,17 @@
{
{
"name": "Ruby",
"name": "Ruby",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/ruby:1-3.3-bookworm",
"image": "ghcr.io/rails/devcontainer/images/ruby:3.4.2",
"containerEnv": {
"containerEnv": {
"VISUAL": "code --wait",
"VISUAL": "code --wait",
"TELEGRAM_DEFAULT_TARGET": "6828310083" // group:"-4715072196"
"TELEGRAM_DEFAULT_TARGET": "6828310083" // group:"-4715072196"
}
},
// Features to add to the dev container. More info: https://containers.dev/features.
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
"features": {
 
"ghcr.io/rails/devcontainer/features/activestorage": {}
 
}
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
// "forwardPorts": [],
Loading