From da376faf48e445a75240a285e96391a4b9e0deaa Mon Sep 17 00:00:00 2001 From: Kaniska Date: Tue, 31 Dec 2024 18:07:10 +0530 Subject: [PATCH 1/6] Upgrade Ruby 3.4 --- src/ruby-rails-postgres/devcontainer-template.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ruby-rails-postgres/devcontainer-template.json b/src/ruby-rails-postgres/devcontainer-template.json index 8961e38..906917d 100644 --- a/src/ruby-rails-postgres/devcontainer-template.json +++ b/src/ruby-rails-postgres/devcontainer-template.json @@ -12,15 +12,17 @@ "description": "Ruby version (use -bookworm, -bullseye variants on local arm64/Apple Silicon):", "proposals": [ "3-bookworm", + "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" ], - "default": "3.3-bullseye" + "default": "3.4-bullseye" } }, "platforms": ["Ruby"], From 38a97c80a4f1a2ca2e7eebae701cd888cb0cbefe Mon Sep 17 00:00:00 2001 From: Kaniska Date: Tue, 31 Dec 2024 18:08:15 +0530 Subject: [PATCH 2/6] Upgrade Ruby 3.4 --- src/ruby-rails-postgres/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ruby-rails-postgres/README.md b/src/ruby-rails-postgres/README.md index d27d4b8..0cc5f1f 100644 --- a/src/ruby-rails-postgres/README.md +++ b/src/ruby-rails-postgres/README.md @@ -7,7 +7,7 @@ Develop Ruby on Rails applications with Postgres. Includes a Rails application c | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| -| imageVariant | Ruby version (use -bookworm, -bullseye variants on local arm64/Apple Silicon): | string | 3.3-bullseye | +| imageVariant | Ruby version (use -bookworm, -bullseye variants on local arm64/Apple Silicon): | string | 3.4-bullseye | This template references an image that was [pre-built](https://containers.dev/implementors/reference/#prebuilding) to automatically include needed devcontainer.json metadata. From e0dca8381c99def3ae70ab84b9eb9f53d2e386bd Mon Sep 17 00:00:00 2001 From: Kaniska Date: Tue, 31 Dec 2024 18:10:56 +0530 Subject: [PATCH 3/6] Upgrade Ruby 3.4 --- src/ruby/devcontainer-template.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ruby/devcontainer-template.json b/src/ruby/devcontainer-template.json index e141573..b80352b 100644 --- a/src/ruby/devcontainer-template.json +++ b/src/ruby/devcontainer-template.json @@ -12,15 +12,17 @@ "description": "Ruby version (use -bookworm, -bullseye variants on local arm64/Apple Silicon):", "proposals": [ "3-bookworm", + "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" ], - "default": "3.3-bullseye" + "default": "3.4-bullseye" } }, "platforms": ["Ruby"], From 93fc5c87d8fdcf98c09c0027ef8e70526b55c1f8 Mon Sep 17 00:00:00 2001 From: Kaniska Date: Tue, 31 Dec 2024 18:11:31 +0530 Subject: [PATCH 4/6] Upgrade Ruby 3.4 --- src/ruby/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ruby/README.md b/src/ruby/README.md index 75c62f9..03cb37f 100644 --- a/src/ruby/README.md +++ b/src/ruby/README.md @@ -7,7 +7,7 @@ Develop Ruby based applications. includes everything you need to get up and runn | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| -| imageVariant | Ruby version (use -bookworm, -bullseye variants on local arm64/Apple Silicon): | string | 3.3-bullseye | +| imageVariant | Ruby version (use -bookworm, -bullseye variants on local arm64/Apple Silicon): | string | 3.4-bullseye | This template references an image that was [pre-built](https://containers.dev/implementors/reference/#prebuilding) to automatically include needed devcontainer.json metadata. From bc1f15c5199fdd093d4d1d0694431e1cb71753ff Mon Sep 17 00:00:00 2001 From: Kaniska Date: Tue, 31 Dec 2024 18:25:17 +0530 Subject: [PATCH 5/6] Upgrade Ruby 3.4 --- src/ruby/devcontainer-template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ruby/devcontainer-template.json b/src/ruby/devcontainer-template.json index b80352b..49e4ae7 100644 --- a/src/ruby/devcontainer-template.json +++ b/src/ruby/devcontainer-template.json @@ -22,7 +22,7 @@ "3.2-bullseye", "3.1-bullseye" ], - "default": "3.4-bullseye" + "default": "3.3-bullseye" } }, "platforms": ["Ruby"], From d592a97b25cad87ae0a8307dfedec345f01fd7b3 Mon Sep 17 00:00:00 2001 From: Kaniska Date: Tue, 31 Dec 2024 18:25:55 +0530 Subject: [PATCH 6/6] Upgrade Ruby 3.4 --- src/ruby-rails-postgres/devcontainer-template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ruby-rails-postgres/devcontainer-template.json b/src/ruby-rails-postgres/devcontainer-template.json index 906917d..2f36261 100644 --- a/src/ruby-rails-postgres/devcontainer-template.json +++ b/src/ruby-rails-postgres/devcontainer-template.json @@ -22,7 +22,7 @@ "3.2-bullseye", "3.1-bullseye" ], - "default": "3.4-bullseye" + "default": "3.3-bullseye" } }, "platforms": ["Ruby"],