From 2c51e4015dde1356ea2f309e575fc448a5be4bc2 Mon Sep 17 00:00:00 2001 From: Maya Berdygylyjova Date: Mon, 18 Mar 2024 16:26:04 +0100 Subject: [PATCH] Update docs/release-notes/13-4-0/README.md Co-authored-by: Kabiru Mwenja --- docs/release-notes/13-4-0/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/13-4-0/README.md b/docs/release-notes/13-4-0/README.md index 6453a79b3151..9ef291c0af67 100644 --- a/docs/release-notes/13-4-0/README.md +++ b/docs/release-notes/13-4-0/README.md @@ -39,7 +39,7 @@ With this integration, you can manage GitLab's units of work (merge requests and Before upgrading, please do the following: -1. Remove traces of the GitLab integration in your **Gemfile.lock** and **Gemfile.modules**. See [btey/openproject-gitlab-integration#configuration](https://github.com/btey/openproject-gitlab-integration?tab=readme-ov-file#configuration) +1. Remove traces of the GitLab integration in your **Gemfile.lock** and **Gemfile.modules**. See [btey/openproject-gitlab-integration#configuration](https://github.com/btey/openproject-gitlab-integration?tab=readme-ov-file#configuration) Failure to do so may result in a `Bundler::GemfileError` matching the following error message: _Your Gemfile lists the gem openproject-gitlab_integration (>= 0) more than once._ 2. Remove the module code traces of the GitLab integration by running this command: `rm -rf /path/to/openproject/modules/gitlab_integration`