From 23d7c786380b9c2bce5659fc21fe296a9b356978 Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Tue, 19 May 2026 14:07:39 +0900 Subject: [PATCH] Use Ruby 4.0.4 in devcontainer Ruby 4.0.4 became available in the Rails devcontainer feature once rails/devcontainer#126 was merged. Bump the pinned version in .devcontainer/devcontainer.json from 4.0.3 to 4.0.4. No CI changes are required: workflow files that target a specific release pin `ruby-version: '4.0'`, which resolves to the latest 4.0.x patch automatically. Co-Authored-By: Claude Opus 4.7 (1M context) --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b845dee..fad99b5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,7 +5,7 @@ "workspaceFolder": "/workspaces/ruby-plsql", "features": { "ghcr.io/rails/devcontainer/features/ruby:2": { - "version": "4.0.3" + "version": "4.0.4" } }, "customizations": {