From 7f4028b673ebd566ae7b946825dc9d40ae3568eb Mon Sep 17 00:00:00 2001 From: vedang lord coder Date: Sat, 24 Jan 2026 08:13:15 +0530 Subject: [PATCH] Update title and intro for RubyGems registry guide --- .../working-with-the-rubygems-registry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry.md b/content/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry.md index b477d7f81033..7cf1c848386a 100644 --- a/content/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry.md +++ b/content/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry.md @@ -1,4 +1,4 @@ ---- + title: Working with the RubyGems registry intro: 'You can configure RubyGems to publish a package to {% data variables.product.prodname_registry %} and to use packages stored on {% data variables.product.prodname_registry %} as dependencies in a Ruby project with Bundler.' product: '{% data reusables.gated-features.packages %}'