Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: rake task 'update-config' supports double-digit version segments (…
…#244) rake-compiler does not correctly configure a ruby with a double-digit version segment. For example, if I build 2.6.10, the `config.yml` will contain an entry for `2.6.1`. Previously the regexp used was (\d.\d.\d.) Now the regexp is (\d+\.\d+\.\d+)
- Loading branch information