aboutsummaryrefslogtreecommitdiff
path: root/src/ruby/devcontainer-feature.json
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2023-08-16 21:38:35 +0300
committerGitHub <noreply@github.com>2023-08-16 21:38:35 +0300
commit1d1a23625dc714629ab863cbca7e890516d4283d (patch)
tree2f496a06a028e35ddf72cbd19e85527e86d0f183 /src/ruby/devcontainer-feature.json
parentf90cb26c7f15659f3e2be8061295997df2bb76cc (diff)
Ruby Feature [bug fix] : Fails if the dev container has the same ruby version installed (#609)feature_ruby_1.1.1
* Ruby Feature [bug fix] : Fails if the dev container has the same ruby version installed * add comment * remove scenario
Diffstat (limited to 'src/ruby/devcontainer-feature.json')
-rw-r--r--src/ruby/devcontainer-feature.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ruby/devcontainer-feature.json b/src/ruby/devcontainer-feature.json
index fdf8b26..29591e6 100644
--- a/src/ruby/devcontainer-feature.json
+++ b/src/ruby/devcontainer-feature.json
@@ -1,6 +1,6 @@
{
"id": "ruby",
- "version": "1.1.0",
+ "version": "1.1.1",
"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.",