Skip to content

Commit 289d6fb

Browse files
#5800: Updated cli document, with the rebuilding ecosystem info. (#323)
* #5800: Updated cli document, with the rebuilding ecosystem info. * #5800: As per the review comments. moving the rebuild instruction to trouble shooting section. * #5800: As per the review comments. moving the rebuild instruction to trouble shooting section. * #5800: Updating as per the review comments. * Update README.md Updated as per review comments Co-authored-by: Jake Coffman <jakecoffman@github.com> --------- Co-authored-by: Jake Coffman <jakecoffman@github.com>
1 parent 4b82dea commit 289d6fb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,3 +363,13 @@ the issue, see <https://github.com/dependabot/cli/issues/113#issuecomment-161012
363363
[smoke-tests]: https://github.com/dependabot/smoke-tests/tree/main/tests
364364
[dependabot-updater-job]: https://github.com/dependabot/dependabot-core/blob/main/updater/lib/dependabot/job.rb
365365
[PAT]: https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
366+
367+
### `ensure_equivalent_gemfile_and_lockfile` error
368+
369+
This error occurs when using `script/dependabot` and the Updater image is not in sync with dependabot-core. It can be resolved by rebuilding the Updater image.
370+
371+
For example, to rebuild the Updater image of the Go ecosystem, run this in the dependabot-core repository:
372+
``` console
373+
$ script/build go_modules
374+
```
375+

0 commit comments

Comments
 (0)