From 311f086fcac8044ca3922f4b4a763fe21917a827 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 30 Jul 2026 15:51:46 +0000 Subject: [PATCH] Fix devcontainer: remove ruby feature that conflicts with jekyll base image --- .devcontainer/devcontainer.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 6476170..e14edfb 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,11 +7,6 @@ "name": "Jekyll", "image": "mcr.microsoft.com/devcontainers/jekyll", "features": { - // Install rbenv (no Ruby yet); postCreateCommand installs the version from .ruby-version - "ghcr.io/devcontainers/features/ruby:2": { - "version": "none", - "versionManager": "rbenv" - }, // Install nvm (no Node yet); postCreateCommand installs the version from .nvmrc "ghcr.io/devcontainers/features/node:2": { "version": "none",