fix(ruby): use hostType=rubygems for bundler env (#11196)

This commit is contained in:
Masaki Hara 2021-08-10 14:06:19 +09:00 committed by GitHub
parent 0009de490d
commit f54ff20170
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -119,7 +119,7 @@ The following details the most common/popular manager artifacts updating and how
### bundler
`hostRules` with `hostType=bundler` are converted into environment variables which Bundler supports.
`hostRules` with `hostType=rubygems` are converted into environment variables which Bundler supports.
### composer

View file

@ -125,7 +125,7 @@ export async function updateArtifacts(
];
const bundlerHostRules = findAllAuthenticatable({
hostType: 'bundler',
hostType: 'rubygems',
});
const bundlerHostRulesVariables = bundlerHostRules.reduce(