From 20649e0ce1ffc60a3253e5dc27bb036ad5aef7f6 Mon Sep 17 00:00:00 2001 From: Gaurav Saini <147703805+gauravsaini04@users.noreply.github.com> Date: Wed, 8 May 2024 22:13:41 +0530 Subject: [PATCH] [Ruby, Ruby-rails-postgres] - EOL 3.0 changes (#251) --- src/ruby-rails-postgres/devcontainer-template.json | 6 ++---- src/ruby/devcontainer-template.json | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/ruby-rails-postgres/devcontainer-template.json b/src/ruby-rails-postgres/devcontainer-template.json index dd2002bb..47fa85cb 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": "3.1.0", + "version": "3.1.1", "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", @@ -19,11 +19,9 @@ "3.3-bullseye", "3.2-bullseye", "3.1-bullseye", - "3.0-bullseye", "3-buster", "3.2-buster", - "3.1-buster", - "3.0-buster" + "3.1-buster" ], "default": "3.3-bullseye" } diff --git a/src/ruby/devcontainer-template.json b/src/ruby/devcontainer-template.json index 7c3421cb..07cd18de 100644 --- a/src/ruby/devcontainer-template.json +++ b/src/ruby/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "ruby", - "version": "3.1.0", + "version": "3.1.1", "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", @@ -19,11 +19,9 @@ "3.3-bullseye", "3.2-bullseye", "3.1-bullseye", - "3.0-bullseye", "3-buster", "3.2-buster", - "3.1-buster", - "3.0-buster" + "3.1-buster" ], "default": "3.3-bullseye" }