We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f83a178 commit e98f7c8Copy full SHA for e98f7c8
1 file changed
catalog/ruby.json
@@ -7,10 +7,21 @@
7
"github_repo": "ruby/ruby",
8
"binary_name": "ruby",
9
"script": "install_ruby.sh",
10
- "notes": "Installed via rbenv for version management. Removes apt-managed Ruby in favor of rbenv.",
11
"guide": {
12
"display_name": "Ruby (rbenv)",
13
"install_action": "reconcile",
14
"order": 32
15
- }
+ },
+ "multi_version": {
16
+ "enabled": true,
17
+ "source": "endoflife",
18
+ "product": "ruby",
19
+ "max_versions": 3,
20
+ "version_manager_dir": "~/.rbenv/versions",
21
+ "version_prefix": "",
22
+ "binary_subpath": "bin",
23
+ "binary_name": "ruby",
24
+ "version_files": [".ruby-version", "Gemfile"]
25
26
+ "notes": "Managed via rbenv for version management. Supports multiple concurrent versions."
27
}
0 commit comments