diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2023-08-16 21:38:35 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-16 21:38:35 +0300 |
commit | 1d1a23625dc714629ab863cbca7e890516d4283d (patch) | |
tree | 2f496a06a028e35ddf72cbd19e85527e86d0f183 /src/ruby/devcontainer-feature.json | |
parent | f90cb26c7f15659f3e2be8061295997df2bb76cc (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.json | 2 |
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.", |