From 6d9056ece3dba1410f06fd7f75a564926bc9f9da Mon Sep 17 00:00:00 2001
From: Peter Leitzen <pleitzen@gitlab.com>
Date: Thu, 25 Apr 2024 10:54:55 +0000
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Co-authored-by: Rémy Coutable <remy@rymai.me>
---
 doc/development/gems.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/development/gems.md b/doc/development/gems.md
index f02b4460dc478..ca621f5e7aabf 100644
--- a/doc/development/gems.md
+++ b/doc/development/gems.md
@@ -263,6 +263,8 @@ The project for a new Gem should always be created in [`gitlab-org/ruby/gems` na
    gem owner <gem-name> --add gitlab_rubygems
    ```
 
+   - Ping [Rémy Coutable](https://gitlab.com/rymai) to confirm the ownership in the [Rubygems committee project](https://gitlab.com/gitlab-dependency-committees/rubygems-committee/-/issues/).
+
 1. Optional. Add some or all of the following users as co-owners:
    - [Marin Jankovski](https://rubygems.org/profiles/marinjankovski)
    - [Rémy Coutable](https://rubygems.org/profiles/rymai)
-- 
GitLab