aboutsummaryrefslogtreecommitdiff
path: root/src/ruby/devcontainer-feature.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/ruby/devcontainer-feature.json')
-rw-r--r--src/ruby/devcontainer-feature.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ruby/devcontainer-feature.json b/src/ruby/devcontainer-feature.json
index 9e617d0..e2d909f 100644
--- a/src/ruby/devcontainer-feature.json
+++ b/src/ruby/devcontainer-feature.json
@@ -1,6 +1,6 @@
{
"id": "ruby",
- "version": "1.0.4",
+ "version": "1.0.5",
"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.",
@@ -31,4 +31,4 @@
"MY_RUBY_HOME": "/usr/local/rvm/rubies/default",
"PATH": "/usr/local/rvm/gems/default/bin:/usr/local/rvm/gems/default@global/bin:/usr/local/rvm/rubies/default/bin:/usr/local/share/rbenv/bin:${PATH}"
}
-} \ No newline at end of file
+}