From 515866aa8cbda27badb7ce650285d00e187c1e97 Mon Sep 17 00:00:00 2001 From: Thomas Owens Date: Mon, 18 Dec 2023 12:40:21 -0500 Subject: [PATCH] Version update. No changes (yet) should be breaking. This may change before the PR is merged. --- src/ruby/devcontainer-feature.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ruby/devcontainer-feature.json b/src/ruby/devcontainer-feature.json index 3dfad8e..8b820bd 100644 --- a/src/ruby/devcontainer-feature.json +++ b/src/ruby/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "ruby", - "version": "1.2.0", // TODO - Is this a major or a minor update? Major, probably. + "version": "1.3.0", "name": "Ruby", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/ruby", "description": "Installs Ruby, rvm, rbenv, common Ruby utilities, and needed dependencies.",