Skip to content

Commit 8731780

Browse files
committed
Remove extra condition
1 parent 3882fb6 commit 8731780

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bundler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export async function installBundler(bundlerVersionInput, rubygemsInputSet, lock
8080
} else if (common.isBundler2Default(engine, rubyVersion)) {
8181
console.log(`Using Bundler 2 shipped with ${engine}-${rubyVersion}`)
8282
return '2'
83-
} else if (common.isBundler1Default(engine, rubyVersion) && engine !== 'ruby') {
83+
} else if (common.isBundler1Default(engine, rubyVersion)) {
8484
console.log(`Using Bundler 1 shipped with ${engine}-${rubyVersion}`)
8585
return '1'
8686
} else {

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)