Skip to content
This repository was archived by the owner on Jul 29, 2022. It is now read-only.

Commit 11a05fd

Browse files
author
Github Actions
committed
1 parent f271690 commit 11a05fd

File tree

7 files changed

+11
-15
lines changed

7 files changed

+11
-15
lines changed

blog/feed.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<link rel="alternate" href="http://bundler.io/blog/2022/01/23/bundler-v2-3.html"/>
1515
<id>http://bundler.io/blog/2022/01/23/bundler-v2-3.html</id>
1616
<published>2022-01-23T16:07:00+00:00</published>
17-
<updated>2022-02-11T22:15:22+00:00</updated>
17+
<updated>2022-02-27T00:04:47+00:00</updated>
1818
<author>
1919
<name>David Rodríguez</name>
2020
</author>
@@ -121,7 +121,7 @@ dependency of your application.&lt;/p&gt;
121121
<link rel="alternate" href="http://bundler.io/blog/2021/02/15/a-more-secure-bundler-we-fixed-our-source-priorities.html"/>
122122
<id>http://bundler.io/blog/2021/02/15/a-more-secure-bundler-we-fixed-our-source-priorities.html</id>
123123
<published>2021-02-15T11:33:00+00:00</published>
124-
<updated>2022-02-11T22:15:22+00:00</updated>
124+
<updated>2022-02-27T00:04:47+00:00</updated>
125125
<author>
126126
<name>David Rodríguez</name>
127127
</author>
@@ -215,7 +215,7 @@ top of these issues, please consider funding
215215
<link rel="alternate" href="http://bundler.io/blog/2020/12/09/bundler-v2-2.html"/>
216216
<id>http://bundler.io/blog/2020/12/09/bundler-v2-2.html</id>
217217
<published>2020-12-09T16:32:00+00:00</published>
218-
<updated>2022-02-11T22:15:22+00:00</updated>
218+
<updated>2022-02-27T00:04:47+00:00</updated>
219219
<author>
220220
<name>David Rodríguez</name>
221221
</author>
@@ -314,7 +314,7 @@ make bundler get in the middle.&lt;/p&gt;
314314
<link rel="alternate" href="http://bundler.io/blog/2020/04/27/march-monthly-update.html"/>
315315
<id>http://bundler.io/blog/2020/04/27/march-monthly-update.html</id>
316316
<published>2020-04-27T00:00:00+00:00</published>
317-
<updated>2022-02-11T22:15:22+00:00</updated>
317+
<updated>2022-02-27T00:04:47+00:00</updated>
318318
<author>
319319
<name>Gift Egwuenu</name>
320320
</author>
@@ -336,7 +336,7 @@ make bundler get in the middle.&lt;/p&gt;
336336
<link rel="alternate" href="http://bundler.io/blog/2019/05/14/solutions-for-cant-find-gem-bundler-with-executable-bundle.html"/>
337337
<id>http://bundler.io/blog/2019/05/14/solutions-for-cant-find-gem-bundler-with-executable-bundle.html</id>
338338
<published>2019-05-14T00:00:00+00:00</published>
339-
<updated>2022-02-11T22:15:22+00:00</updated>
339+
<updated>2022-02-27T00:04:47+00:00</updated>
340340
<author>
341341
<name>Colby Swandale</name>
342342
</author>
@@ -392,7 +392,7 @@ $ gem install bundler -v "$(grep -A 1 "BUNDLED WITH" Gemfile.lock | tail -n 1)"
392392
<link rel="alternate" href="http://bundler.io/blog/2019/03/12/january-february-bimonthly-update.html"/>
393393
<id>http://bundler.io/blog/2019/03/12/january-february-bimonthly-update.html</id>
394394
<published>2019-03-12T00:00:00+00:00</published>
395-
<updated>2022-02-11T22:15:22+00:00</updated>
395+
<updated>2022-02-27T00:04:47+00:00</updated>
396396
<author>
397397
<name>Stephanie Morillo</name>
398398
</author>

contributors.html

-4
Original file line numberDiff line numberDiff line change
@@ -448,10 +448,6 @@ <h3>And many, many thanks to all of our contributors throughout the years, inclu
448448
&nbsp;•&nbsp;
449449
</span>
450450
<span class='contributor'>
451-
<a href="https://github.com/claudijd" title="20 commits">claudijd</a>
452-
&nbsp;•&nbsp;
453-
</span>
454-
<span class='contributor'>
455451
<a href="https://github.com/amatsuda" title="19 commits">amatsuda</a>
456452
&nbsp;•&nbsp;
457453
</span>

man/bundle-config.1.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ <h2 id="REMEMBERING-OPTIONS">Remembering Options</h2>
412412
<dt class="flush"><code>without</code></dt>
413413
<dd><p> A space-separated list of groups referencing gems to skip during installation.</p></dd>
414414
<dt class="flush"><code>with</code></dt>
415-
<dd><p>A space-separated list of groups referencing gems to include during installation.</p></dd>
415+
<dd><p>A space-separated list of <strong>optional</strong> groups referencing gems to include during installation.</p></dd>
416416
</dl>
417417

418418

search/lunr-index.json

+1-1
Large diffs are not rendered by default.

sitemap.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>http://bundler.io</loc>
5-
<lastmod>2022-02-11T22:20:19Z</lastmod>
5+
<lastmod>2022-02-27T00:09:29Z</lastmod>
66
<changefreq>weekly</changefreq>
77
<priority>1.0</priority>
88
</url>

v2.3/bundle_config.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ <h2 id="REMEMBERING-OPTIONS">Remembering Options</h2>
413413
<dt class="flush"><code>without</code></dt>
414414
<dd><p> A space-separated list of groups referencing gems to skip during installation.</p></dd>
415415
<dt class="flush"><code>with</code></dt>
416-
<dd><p>A space-separated list of groups referencing gems to include during installation.</p></dd>
416+
<dd><p>A space-separated list of <strong>optional</strong> groups referencing gems to include during installation.</p></dd>
417417
</dl>
418418

419419

v2.3/man/bundle-config.1.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ <h2 id="REMEMBERING-OPTIONS">Remembering Options</h2>
413413
<dt class="flush"><code>without</code></dt>
414414
<dd><p> A space-separated list of groups referencing gems to skip during installation.</p></dd>
415415
<dt class="flush"><code>with</code></dt>
416-
<dd><p>A space-separated list of groups referencing gems to include during installation.</p></dd>
416+
<dd><p>A space-separated list of <strong>optional</strong> groups referencing gems to include during installation.</p></dd>
417417
</dl>
418418

419419

0 commit comments

Comments
 (0)