Compare commits

..
1 Commits
Author SHA1 Message Date
ojab 30f5e2d4cd Fixup bundler version for rubies with bundler as a default gem
Fixes #117
2020-12-05 15:40:47 +01:00
2 changed files with 4 additions and 0 deletions
Generated Vendored
+2
View File
@@ -51402,6 +51402,8 @@ async function installBundler(bundlerVersionInput, lockFile, platform, rubyPrefi
const gem = path.join(rubyPrefix, 'bin', 'gem')
await exec.exec(gem, ['install', 'bundler', '-v', `~> ${bundlerVersion}`, '--no-document'])
}
core.exportVariable('BUNDLER_VERSION', bundlerVersion)
}
async function bundleInstall(gemfile, lockFile, platform, engine, version) {
+2
View File
@@ -230,6 +230,8 @@ async function installBundler(bundlerVersionInput, lockFile, platform, rubyPrefi
const gem = path.join(rubyPrefix, 'bin', 'gem')
await exec.exec(gem, ['install', 'bundler', '-v', `~> ${bundlerVersion}`, '--no-document'])
}
core.exportVariable('BUNDLER_VERSION', bundlerVersion)
}
async function bundleInstall(gemfile, lockFile, platform, engine, version) {