We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f57204 commit 44ef172Copy full SHA for 44ef172
lib/rubygems/request_set/gem_dependency_api.rb
@@ -330,7 +330,7 @@ def load
330
# git: ::
331
# Install this dependency from a git repository:
332
#
333
- # gem 'private_gem', git: git@my.company.example:private_gem.git'
+ # gem 'private_gem', git: 'git@my.company.example:private_gem.git'
334
335
# gist: ::
336
# Install this dependency from the gist ID:
0 commit comments