[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
dir.rb
View file

@ -390,7 +390,7 @@ class Dir
# enables the pattern extension
# <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]
# {regexp union}[rdoc-ref:Regexp.union]
# (e.g., <tt>'(?:_a_|_b_)'</tt>):
#
# pattern = '{LEGAL,BSDL}'