From fc82a38cdeb467e27b81d595fa7bea9f3e765579 Mon Sep 17 00:00:00 2001 From: Andrew Novoselac Date: Tue, 2 Jul 2024 13:00:40 -0400 Subject: [PATCH 1/2] Make Ruby 3.3.3 the default version for the ruby feature --- features/ruby/devcontainer-feature.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/ruby/devcontainer-feature.json b/features/ruby/devcontainer-feature.json index d3d6d7d..62272d2 100644 --- a/features/ruby/devcontainer-feature.json +++ b/features/ruby/devcontainer-feature.json @@ -19,7 +19,7 @@ "options": { "version": { "type": "string", - "default": "3.3.1", + "default": "3.3.3", "description": "The ruby version to be installed" } } From d1da27b987b3e9ac4cf0380e41a9c6fe70716df4 Mon Sep 17 00:00:00 2001 From: Andrew Novoselac Date: Tue, 2 Jul 2024 13:01:08 -0400 Subject: [PATCH 2/2] Bump Ruby feature to 1.1.1 - Initialize Rbenv when using ZSH - Default Ruby version is 3.3.3 --- features/ruby/devcontainer-feature.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/ruby/devcontainer-feature.json b/features/ruby/devcontainer-feature.json index 62272d2..4ddc048 100644 --- a/features/ruby/devcontainer-feature.json +++ b/features/ruby/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "ruby", - "version": "1.1.0", + "version": "1.1.1", "name": "Ruby (via rbenv)", "description": "Installs Ruby, rbenv, ruby-build and libraries needed to build Ruby", "customizations": {