Skip to content

Commit

Permalink
[rubygems/rubygems] gemfile.5: Quote default glob to escape Markdown
Browse files Browse the repository at this point in the history
For consistency, I chose code format over plaintext escaping.
  • Loading branch information
ParadoxV5 authored and matzbot committed Jul 5, 2023
1 parent 1e7ddfa commit 8984442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bundler/man/gemfile.5.ronn
Expand Up @@ -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
Expand Down

0 comments on commit 8984442

Please sign in to comment.