From ce8090ea33fd2f25495e4af912e5feb44b4971fe Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Mon, 14 Jan 2019 06:59:15 +0100 Subject: [PATCH] docs: ruby/bundler alpha --- lib/config/definitions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/config/definitions.js b/lib/config/definitions.js index 1f18402581..1d150a7ae4 100644 --- a/lib/config/definitions.js +++ b/lib/config/definitions.js @@ -1070,7 +1070,7 @@ const options = [ }, { name: 'ruby', - releaseStatus: 'unpublished', + releaseStatus: 'alpha', description: 'Configuration object for ruby language', stage: 'package', type: 'json', @@ -1080,7 +1080,7 @@ const options = [ }, { name: 'bundler', - releaseStatus: 'unpublished', + releaseStatus: 'alpha', description: 'Configuration object for bundler Gemfiles', stage: 'package', type: 'json', -- GitLab