From a688deaf2ca3c24b2addfb4ed11bef3ef3dd2e04 Mon Sep 17 00:00:00 2001 From: RahulGautamSingh <rahultesnik@gmail.com> Date: Wed, 4 Sep 2024 08:51:05 +0530 Subject: [PATCH] docs(manager/bundler): remove unnecessary phrase (#31192) --- lib/modules/manager/bundler/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modules/manager/bundler/readme.md b/lib/modules/manager/bundler/readme.md index a374b7b3f6..acfd8970c0 100644 --- a/lib/modules/manager/bundler/readme.md +++ b/lib/modules/manager/bundler/readme.md @@ -2,7 +2,7 @@ The `bundler` manager is used to extract dependencies from `Gemfile` and `Gemfil ### Authenticating private registry -If you need Bundler to authenticate with a private registry - and it's not the same host as your GitHub/GitLab/etc - then you should do so with `hostRules` and be sure to set the `hostType` value to be "bundler". e.g. +If you need Bundler to authenticate with a private registry - and it's not the same host as your GitHub/GitLab/etc - then you should do so with `hostRules` and be sure to set the `hostType`. e.g. ```json { -- GitLab