Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-11-04 21:09:40 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-11-04 21:09:40 +0300
commitfe448fa0fc6b02fd5c70da8f784476a9d27d70da (patch)
tree0f51541f1a7892e4edbd54fa7ffcc5712f7d0bbe /doc/development/gemfile.md
parent99373ac711072bf8f3ea7c020cd240b73dbc2ba3 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/gemfile.md')
-rw-r--r--doc/development/gemfile.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/gemfile.md b/doc/development/gemfile.md
index e071aa4ffd9..221c8dfbf9d 100644
--- a/doc/development/gemfile.md
+++ b/doc/development/gemfile.md
@@ -55,7 +55,7 @@ to a gem, go through these steps:
- For an example, see the [merge request !57805](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/57805).
1. Once the gem is stable - we have been using it in production for a
while with few, if any, changes - extract to its own project under
- the `gitlab-org` namespace.
+ the [`gitlab-org/ruby/gems` namespace](https://gitlab.com/gitlab-org/ruby/gems/).
1. When creating the project, follow the [instructions for new projects](https://about.gitlab.com/handbook/engineering/#creating-a-new-project).
1. Follow the instructions for setting up a [CI/CD configuration](https://about.gitlab.com/handbook/engineering/#cicd-configuration).
1. Follow the instructions for [publishing a project](https://about.gitlab.com/handbook/engineering/#publishing-a-project).