aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOscar <oskarromero3@gmail.com>2023-10-30 20:16:28 +0300
committerGitHub <noreply@github.com>2023-10-30 20:16:28 +0300
commit7324b6d03c7110fc108a22470ab6d72099f2d862 (patch)
tree32b09879e82c9f193c61a36d40df9185627b48d2
parentd4ecc7be066bfc9fe3bd0f5eef7e9a429b2b68f7 (diff)
Remove rebornix.Ruby extension (#737)feature_ruby_1.2.0
Remove the deprecated rebornix.Ruby extension from the list of installed extensions.
-rw-r--r--src/ruby/devcontainer-feature.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ruby/devcontainer-feature.json b/src/ruby/devcontainer-feature.json
index f02ce6c..73bcbcc 100644
--- a/src/ruby/devcontainer-feature.json
+++ b/src/ruby/devcontainer-feature.json
@@ -1,6 +1,6 @@
{
"id": "ruby",
- "version": "1.1.2",
+ "version": "1.2.0",
"name": "Ruby (via rvm)",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/ruby",
"description": "Installs Ruby, rvm, rbenv, common Ruby utilities, and needed dependencies.",
@@ -21,7 +21,6 @@
"customizations": {
"vscode": {
"extensions": [
- "rebornix.Ruby",
"shopify.ruby-lsp"
]
}