Add support for ruby master debug builds

This commit is contained in:
Benoit Daloze
2020-05-13 23:48:52 +02:00
parent e5857dbffe
commit 002b15eeca
6 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ export async function measure(name, block) {
}
export function isHeadVersion(rubyVersion) {
return rubyVersion === 'head' || rubyVersion === 'mingw' || rubyVersion === 'mswin'
return rubyVersion === 'head' || rubyVersion === 'debug' || rubyVersion === 'mingw' || rubyVersion === 'mswin'
}
export function getVirtualEnvironmentName() {