From 4fbd8afb3698dca9667c04fdc0f0db88ae5bb632 Mon Sep 17 00:00:00 2001 From: thavaahariharangit Date: Tue, 14 May 2024 16:11:39 +0100 Subject: [PATCH 1/5] #5800: Updated cli document, with the rebuilding ecosystem info. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 534a78d..5225c55 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,11 @@ and the CLI will pass that token to the proxy to authenticate API requests to GitHub (for example, to access private repositories or packages). +Note: In case if you get `ensure_equivalent_gemfile_and_lockfile` error then please rebuild your ecosystem, as below +``` +$ script/build go_modules +``` + ### Job description file The command-line interface for the `update` subcommand From 722f22a5b00eef27afc75a36ea0cfe45c2726e4f Mon Sep 17 00:00:00 2001 From: thavaahariharangit Date: Wed, 15 May 2024 10:57:41 +0100 Subject: [PATCH 2/5] #5800: As per the review comments. moving the rebuild instruction to trouble shooting section. --- README.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5225c55..420f8dd 100644 --- a/README.md +++ b/README.md @@ -99,11 +99,6 @@ and the CLI will pass that token to the proxy to authenticate API requests to GitHub (for example, to access private repositories or packages). -Note: In case if you get `ensure_equivalent_gemfile_and_lockfile` error then please rebuild your ecosystem, as below -``` -$ script/build go_modules -``` - ### Job description file The command-line interface for the `update` subcommand @@ -368,3 +363,17 @@ the issue, see ***Note*** +> if dependabot core and cli are not in sync +> then You will be getting +> `ensure_equivalent_gemfile_and_lockfile` error From f1c6dbff2c8f80c929e86ffa374a323539a7551f Mon Sep 17 00:00:00 2001 From: thavaahariharangit Date: Wed, 15 May 2024 11:06:59 +0100 Subject: [PATCH 3/5] #5800: As per the review comments. moving the rebuild instruction to trouble shooting section. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 420f8dd..46147ba 100644 --- a/README.md +++ b/README.md @@ -366,14 +366,14 @@ the issue, see ***Note*** -> if dependabot core and cli are not in sync -> then You will be getting -> `ensure_equivalent_gemfile_and_lockfile` error +> If dependabot cli is not in sync with core +> then cli update against target repo will raise +> `ensure_equivalent_gemfile_and_lockfile` error. From e4a15a2bedea7ee8883bf0f20d442ff8ca3b5ef0 Mon Sep 17 00:00:00 2001 From: thavaahariharangit Date: Thu, 16 May 2024 10:43:27 +0100 Subject: [PATCH 4/5] #5800: Updating as per the review comments. --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 46147ba..d096772 100644 --- a/README.md +++ b/README.md @@ -364,16 +364,12 @@ the issue, see ***Note*** -> If dependabot cli is not in sync with core -> then cli update against target repo will raise -> `ensure_equivalent_gemfile_and_lockfile` error. From d8dcab6c86f6da49b099c47fee1a4c39f61e32c0 Mon Sep 17 00:00:00 2001 From: Hariharan Thavachelvam <164553783+thavaahariharangit@users.noreply.github.com> Date: Thu, 16 May 2024 21:50:28 +0100 Subject: [PATCH 5/5] Update README.md Updated as per review comments Co-authored-by: Jake Coffman --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d096772..95547db 100644 --- a/README.md +++ b/README.md @@ -366,9 +366,9 @@ the issue, see