From a365fb420b3ddf4330295be15f0a6f2165cde6ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 13:44:24 +0000 Subject: [PATCH] Bump ghcr.io/devcontainers/features/ruby from 1.3.2 to 2.0.0 Bumps ghcr.io/devcontainers/features/ruby from 1.3.2 to 2.0.0. --- updated-dependencies: - dependency-name: ghcr.io/devcontainers/features/ruby dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f0fc307c..33f67de7 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,7 +5,7 @@ // Base dev container image docs: https://containers.dev/templates "image": "mcr.microsoft.com/devcontainers/base:bullseye", "features": { - "ghcr.io/devcontainers/features/ruby:1": { + "ghcr.io/devcontainers/features/ruby:2": { "version": "3.4.7" }, "ghcr.io/devcontainers/features/github-cli:1": {}