From 916aec13c12ab57d0f9b42b84797912942fc2ea9 Mon Sep 17 00:00:00 2001 From: Andrew Novoselac Date: Tue, 3 Sep 2024 10:30:44 -0400 Subject: [PATCH] Add ruby 3.3.5 --- .github/workflows/publish-new-image-version.yaml | 1 + features/ruby/devcontainer-feature.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-new-image-version.yaml b/.github/workflows/publish-new-image-version.yaml index 0b4f0b5..be837fc 100644 --- a/.github/workflows/publish-new-image-version.yaml +++ b/.github/workflows/publish-new-image-version.yaml @@ -12,6 +12,7 @@ jobs: fail-fast: false matrix: RUBY_VERSION: + - 3.3.5 - 3.3.4 - 3.3.3 - 3.3.2 diff --git a/features/ruby/devcontainer-feature.json b/features/ruby/devcontainer-feature.json index 0ccc2e6..e65f046 100644 --- a/features/ruby/devcontainer-feature.json +++ b/features/ruby/devcontainer-feature.json @@ -19,7 +19,7 @@ "options": { "version": { "type": "string", - "default": "3.3.4", + "default": "3.3.5", "description": "The ruby version to be installed" } }