Fixup Rubygems latest

This commit is contained in:
MSP-Greg
2023-12-27 21:23:02 +02:00
committed by Benoit Daloze
parent df99e806d4
commit 28f930222f
5 changed files with 71 additions and 10 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ export async function setupRuby(options = {}) {
const rubygemsInputSet = inputs['rubygems'] !== 'default'
if (rubygemsInputSet) {
await common.measure('Updating RubyGems', async () =>
rubygems.rubygemsUpdate(inputs['rubygems'], rubyPrefix))
rubygems.rubygemsUpdate(inputs['rubygems'], rubyPrefix, platform, engine, version))
}
// When setup-ruby is used by other actions, this allows code in them to run