From bc0e547a4568b601a541925969b4ced23fef996d Mon Sep 17 00:00:00 2001 From: sireeshajonnalagadda Date: Tue, 14 Apr 2026 09:01:35 +0000 Subject: [PATCH] Remove deprecated Ruby version proposals from devcontainer templates --- src/ruby-rails-postgres/devcontainer-template.json | 7 ++----- src/ruby/devcontainer-template.json | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/src/ruby-rails-postgres/devcontainer-template.json b/src/ruby-rails-postgres/devcontainer-template.json index fa1d0db1..5ab66f81 100644 --- a/src/ruby-rails-postgres/devcontainer-template.json +++ b/src/ruby-rails-postgres/devcontainer-template.json @@ -13,15 +13,12 @@ "proposals": [ "4-trixie", "3.4-trixie", - "3.3-trixie", - "3.2-trixie", + "3.3-trixie", "4-bookworm", "3.4-bookworm", "3.3-bookworm", - "3.2-bookworm", "3.4-bullseye", - "3.3-bullseye", - "3.2-bullseye" + "3.3-bullseye" ], "default": "4-trixie" } diff --git a/src/ruby/devcontainer-template.json b/src/ruby/devcontainer-template.json index 9b2693ef..30b6e0e8 100644 --- a/src/ruby/devcontainer-template.json +++ b/src/ruby/devcontainer-template.json @@ -13,15 +13,12 @@ "proposals": [ "4-trixie", "3.4-trixie", - "3.3-trixie", - "3.2-trixie", + "3.3-trixie", "4-bookworm", "3.4-bookworm", "3.3-bookworm", - "3.2-bookworm", "3.4-bullseye", - "3.3-bullseye", - "3.2-bullseye" + "3.3-bullseye" ], "default": "4-trixie" }