From fe0c7432af53adebc1144ead0ff0ff7889873e77 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Wed, 12 Apr 2023 15:43:31 +0100 Subject: [PATCH] config.yml: Fix ruby version (#38446) Ruby gems versions use a `.` here because they do not allow a `-` for this purpose --- config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yml b/config.yml index c3b592968d..fe3d9e86cc 100644 --- a/config.yml +++ b/config.yml @@ -53,7 +53,7 @@ params: authors: "Mark Otto, Jacob Thornton, and Bootstrap contributors" current_version: "5.3.0-alpha3" - current_ruby_version: "5.3.0-alpha3" + current_ruby_version: "5.3.0.alpha3" docs_version: "5.3" rfs_version: "v10.0.0" github_org: "https://github.com/twbs"