[rubygems/rubygems] Bundler: Update bundle-outdated(1) man

Updated output examples to current format since the output format has changed since version 2.2.0.dev

48d98f906a
This commit is contained in:
Kentaro Takeyama 2023-07-23 10:19:50 +09:00 committed by git
parent b106cf2eef
commit f72ddd92be
4 changed files with 26 additions and 19 deletions

2
file.c
View file

@ -7707,7 +7707,7 @@ Init_File(void)
* Flag File::FNM_EXTGLOB enables pattern <tt>'{_a_,_b_}'</tt>,
* which matches pattern '_a_' and pattern '_b_';
* behaves like
* a {regexp union}[https://docs.ruby-lang.org/en/master/Regexp.html#method-c-union]
* a {regexp union}[rdoc-ref:Regexp.union]
* (e.g., <tt>'(?:_a_|_b_)'</tt>):
*
* pattern = '{LEGAL,BSDL}'