aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <[email protected]>2023-04-12 15:43:31 +0100
committerGitHub <[email protected]>2023-04-12 17:43:31 +0300
commitfe0c7432af53adebc1144ead0ff0ff7889873e77 (patch)
tree547b934fc4eea9c3651018d7087ce29e8d0136a0
parent137bfbad7bc41025be94fddf739e24a645e6c119 (diff)
downloadbootstrap-fe0c7432af53adebc1144ead0ff0ff7889873e77.tar.xz
bootstrap-fe0c7432af53adebc1144ead0ff0ff7889873e77.zip
config.yml: Fix ruby version (#38446)
Ruby gems versions use a `.` here because they do not allow a `-` for this purpose
-rw-r--r--config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.yml b/config.yml
index c3b592968..fe3d9e86c 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"