diff options
| author | Gleb Mazovetskiy <[email protected]> | 2023-04-12 15:43:31 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-12 17:43:31 +0300 |
| commit | fe0c7432af53adebc1144ead0ff0ff7889873e77 (patch) | |
| tree | 547b934fc4eea9c3651018d7087ce29e8d0136a0 | |
| parent | 137bfbad7bc41025be94fddf739e24a645e6c119 (diff) | |
| download | bootstrap-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.yml | 2 |
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" |
