Installs Ruby using ruby-build, with optional rbenv or rvm for version management.
"features": {
"ghcr.io/devcontainers/features/ruby:2": {}
}| Options Id | Description | Type | Default Value |
|---|---|---|---|
| version | Select or enter a Ruby version to install | string | latest |
| versionManager | Version manager to install alongside Ruby: 'rbenv', 'rvm', or 'none' (ruby-build only) | string | none |
shopify.ruby-lsp
This Feature supports Linux images that ship one of the following package managers: apt, dnf/yum, apk, zypper, or pacman. The script detects the available package manager and installs the build dependencies that ruby-build needs.
bash is required to execute the install.sh script.
Note: This file was auto-generated from the devcontainer-feature.json. Add additional notes to a NOTES.md.