Skip to content

Commit 5699693

Browse files
committed
Clarify messages about the shipped Bundler being reused
1 parent e9b0369 commit 5699693

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dist/index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ async function installBundler(platform, rubyPrefix, engine, rubyVersion) {
160160
}
161161

162162
if (engine === 'ruby' && isHeadVersion(rubyVersion) && bundlerVersion === '2') {
163-
console.log(`Using the Bundler version shipped with ${engine}-${rubyVersion}`)
163+
console.log(`Using Bundler 2 shipped with ${engine}-${rubyVersion}`)
164164
} else if (engine === 'truffleruby' && bundlerVersion === '1') {
165-
console.log(`Using the Bundler version shipped with ${engine}`)
165+
console.log(`Using Bundler 1 shipped with ${engine}`)
166166
} else if (engine === 'rubinius') {
167167
console.log(`Rubinius only supports the version of Bundler shipped with it`)
168168
} else {

0 commit comments

Comments
 (0)