From dfbfbf7e15526fe4734e3a2ef724b3e9a681cc95 Mon Sep 17 00:00:00 2001 From: Kaniska Date: Thu, 27 Mar 2025 13:39:43 +0000 Subject: [PATCH] Ruby 3.1 EOL changes --- src/ruby-rails-postgres/devcontainer-template.json | 8 +++----- src/ruby/devcontainer-template.json | 8 +++----- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/src/ruby-rails-postgres/devcontainer-template.json b/src/ruby-rails-postgres/devcontainer-template.json index 0e7c2753..fad846b4 100644 --- a/src/ruby-rails-postgres/devcontainer-template.json +++ b/src/ruby-rails-postgres/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "ruby-rails-postgres", - "version": "4.1.0", + "version": "4.2.0", "name": "Ruby on Rails & Postgres", "description": "Develop Ruby on Rails applications with Postgres. Includes a Rails application container and PostgreSQL server.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/ruby-rails-postgres", @@ -15,14 +15,12 @@ "3.4-bookworm", "3.3-bookworm", "3.2-bookworm", - "3.1-bookworm", "3-bullseye", "3.4-bullseye", "3.3-bullseye", - "3.2-bullseye", - "3.1-bullseye" + "3.2-bullseye" ], - "default": "3.3-bullseye" + "default": "3.4-bullseye" } }, "platforms": ["Ruby"], diff --git a/src/ruby/devcontainer-template.json b/src/ruby/devcontainer-template.json index fa9533c8..59bac949 100644 --- a/src/ruby/devcontainer-template.json +++ b/src/ruby/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "ruby", - "version": "4.1.0", + "version": "4.2.0", "name": "Ruby", "description": "Develop Ruby based applications. includes everything you need to get up and running.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/ruby", @@ -15,14 +15,12 @@ "3.4-bookworm", "3.3-bookworm", "3.2-bookworm", - "3.1-bookworm", "3-bullseye", "3.4-bullseye", "3.3-bullseye", - "3.2-bullseye", - "3.1-bullseye" + "3.2-bullseye" ], - "default": "3.3-bullseye" + "default": "3.4-bullseye" } }, "platforms": ["Ruby"],