mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-20 17:51:52 +00:00
config.yml: Fix ruby version (#38446)
Ruby gems versions use a `.` here because they do not allow a `-` for this purpose
This commit is contained in:
parent
137bfbad7b
commit
fe0c7432af
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ params:
|
||||||
authors: "Mark Otto, Jacob Thornton, and Bootstrap contributors"
|
authors: "Mark Otto, Jacob Thornton, and Bootstrap contributors"
|
||||||
|
|
||||||
current_version: "5.3.0-alpha3"
|
current_version: "5.3.0-alpha3"
|
||||||
current_ruby_version: "5.3.0-alpha3"
|
current_ruby_version: "5.3.0.alpha3"
|
||||||
docs_version: "5.3"
|
docs_version: "5.3"
|
||||||
rfs_version: "v10.0.0"
|
rfs_version: "v10.0.0"
|
||||||
github_org: "https://github.com/twbs"
|
github_org: "https://github.com/twbs"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue