[rubygems/rubygems] [DOC] Fix missing single quote

https://github.com/rubygems/rubygems/commit/722d4c6926
This commit is contained in:
Nobuyoshi Nakada 2024-12-02 20:04:13 +09:00 committed by git
parent 8f57204c19
commit 44ef172dbd

View File

@ -330,7 +330,7 @@ class Gem::RequestSet::GemDependencyAPI
# git: ::
# Install this dependency from a git repository:
#
# gem 'private_gem', git: git@my.company.example:private_gem.git'
# gem 'private_gem', git: 'git@my.company.example:private_gem.git'
#
# gist: ::
# Install this dependency from the gist ID: