Clarify messages about the shipped Bundler being reused

This commit is contained in:
Benoit Daloze
2020-04-05 14:16:21 +02:00
parent e9b0369f85
commit 56996937ab
2 changed files with 4 additions and 4 deletions
Generated Vendored
+2 -2
View File
@@ -1118,9 +1118,9 @@ async function installBundler(platform, rubyPrefix, engine, rubyVersion) {
}
if (engine === 'ruby' && isHeadVersion(rubyVersion) && bundlerVersion === '2') {
console.log(`Using the Bundler version shipped with ${engine}-${rubyVersion}`)
console.log(`Using Bundler 2 shipped with ${engine}-${rubyVersion}`)
} else if (engine === 'truffleruby' && bundlerVersion === '1') {
console.log(`Using the Bundler version shipped with ${engine}`)
console.log(`Using Bundler 1 shipped with ${engine}`)
} else if (engine === 'rubinius') {
console.log(`Rubinius only supports the version of Bundler shipped with it`)
} else {