Skip to content
Snippets Groups Projects
Unverified Commit f54ff201 authored by Masaki Hara's avatar Masaki Hara Committed by GitHub
Browse files

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

parent 0009de49
Branches
Tags 25.70.2
No related merge requests found
......@@ -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
......
......@@ -125,7 +125,7 @@ export async function updateArtifacts(
];
const bundlerHostRules = findAllAuthenticatable({
hostType: 'bundler',
hostType: 'rubygems',
});
const bundlerHostRulesVariables = bundlerHostRules.reduce(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment