From: Gleb Mazovetskiy Date: Wed, 12 Apr 2023 14:43:31 +0000 (+0100) Subject: config.yml: Fix ruby version (#38446) X-Git-Tag: v5.3.0~52 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=fe0c7432af53adebc1144ead0ff0ff7889873e77;p=thirdparty%2Fbootstrap.git config.yml: Fix ruby version (#38446) Ruby gems versions use a `.` here because they do not allow a `-` for this purpose --- 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"