Skip to content

Commit a3489c1

Browse files
github-actions[bot]github-actions
andauthored
Automated documentation update [skip ci] (#7)
Co-authored-by: github-actions <github-actions@github.com>
1 parent e427701 commit a3489c1

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

src/gem/README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
2+
# RubyGems (gem)
3+
4+
Installs RubyGems using the gem cli
5+
6+
## Example Usage
7+
8+
```json
9+
"features": {
10+
"ghcr.io/nulldriver/devcontainer-features/gem:1": {}
11+
}
12+
```
13+
14+
## Options
15+
16+
| Options Id | Description | Type | Default Value |
17+
|-----|-----|-----|-----|
18+
| gem | Name of gem(s) to install. Can be a single gem, or space/comma separated list of gems | string | - |
19+
| version | Specify version of gem to install | string | - |
20+
| prerelease | Allow prerelease versions of a gem to be installed. (Only for listed gems) | boolean | false |
21+
22+
23+
24+
---
25+
26+
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/nulldriver/devcontainer-features/blob/main/src/gem/devcontainer-feature.json). Add additional notes to a `NOTES.md`._

0 commit comments

Comments
 (0)