[rubygems/rubygems] gemfile.5: Quote default glob to escape Markdown

For consistency, I chose code format over plaintext escaping.
This commit is contained in:
Jimmy H 2023-07-02 00:11:35 -06:00 committed by git
parent 1e7ddfa7ea
commit 8984442154

View File

@ -518,7 +518,7 @@ paths.
The `gemspec` method supports optional `:path`, `:glob`, `:name`, and `:development_group`
options, which control where bundler looks for the `.gemspec`, the glob it uses to look
for the gemspec (defaults to: "{,*,*/*}.gemspec"), what named `.gemspec` it uses
for the gemspec (defaults to: `{,*,*/*}.gemspec`), what named `.gemspec` it uses
(if more than one is present), and which group development dependencies are included in.
When a `gemspec` dependency encounters version conflicts during resolution, the