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

Commit 123ed17

Browse files
author
Github Actions
committed
1 parent 23646e0 commit 123ed17

File tree

131 files changed

+139
-3426
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+139
-3426
lines changed

blog/feed.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<link rel="alternate" href="https://bundler.io/blog/2022/01/23/bundler-v2-3.html"/>
1515
<id>https://bundler.io/blog/2022/01/23/bundler-v2-3.html</id>
1616
<published>2022-01-23T16:07:00+00:00</published>
17-
<updated>2022-07-23T06:43:11+00:00</updated>
17+
<updated>2022-07-23T09:48:46+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="https://bundler.io/blog/2021/02/15/a-more-secure-bundler-we-fixed-our-source-priorities.html"/>
122122
<id>https://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-07-23T06:43:11+00:00</updated>
124+
<updated>2022-07-23T09:48:46+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="https://bundler.io/blog/2020/12/09/bundler-v2-2.html"/>
216216
<id>https://bundler.io/blog/2020/12/09/bundler-v2-2.html</id>
217217
<published>2020-12-09T16:32:00+00:00</published>
218-
<updated>2022-07-23T06:43:11+00:00</updated>
218+
<updated>2022-07-23T09:48:46+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="https://bundler.io/blog/2020/04/27/march-monthly-update.html"/>
315315
<id>https://bundler.io/blog/2020/04/27/march-monthly-update.html</id>
316316
<published>2020-04-27T00:00:00+00:00</published>
317-
<updated>2022-07-23T06:43:11+00:00</updated>
317+
<updated>2022-07-23T09:48:46+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="https://bundler.io/blog/2019/05/14/solutions-for-cant-find-gem-bundler-with-executable-bundle.html"/>
337337
<id>https://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-07-23T06:43:11+00:00</updated>
339+
<updated>2022-07-23T09:48:46+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="https://bundler.io/blog/2019/03/12/january-february-bimonthly-update.html"/>
393393
<id>https://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-07-23T06:43:11+00:00</updated>
395+
<updated>2022-07-23T09:48:46+00:00</updated>
396396
<author>
397397
<name>Stephanie Morillo</name>
398398
</author>

bundle_show.html

Lines changed: 10 additions & 326 deletions
Original file line numberDiff line numberDiff line change
@@ -1,326 +1,10 @@
1-
<!DOCTYPE html>
2-
<html lang='en'>
3-
<head>
4-
<meta charset='utf-8'>
5-
<meta content='IE=edge' http-equiv='X-UA-Compatible'>
6-
<meta content='en' http-equiv='Content-Language'>
7-
<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
8-
<meta content='276VSYOko8B8vIu1i8i5qbj7_ql5PXo0dU69XQy-SL' name='globalsign-domain-verification'>
9-
<title>
10-
Bundler: The best way to manage a Ruby application's gems
11-
</title>
12-
13-
<script src="/application.min.js"></script>
14-
<link href="/application.css" rel="stylesheet" />
15-
<link href='/images/apple-touch-icon.png' rel='apple-touch-icon' sizes='180x180'>
16-
<link href='/images/favicon-32x32.png' rel='icon' sizes='32x32' type='image/png'>
17-
<link href='/images/favicon-16x16.png' rel='icon' sizes='16x16' type='image/png'>
18-
<link href='/manifest.json' rel='manifest'>
19-
<link color='#50bced' href='/images/safari-pinned-tab.svg' rel='mask-icon'>
20-
<meta content='bundler.io' name='apple-mobile-web-app-title'>
21-
<meta content='bundler.io' name='application-name'>
22-
<meta content='#ffffff' name='theme-color'>
23-
24-
<link rel="alternate" type="application/atom+xml" title="Atom Feed" href="/blog/feed.xml" />
25-
26-
</head>
27-
<body class=''>
28-
<nav class='navbar navbar-expand-md navbar-light'>
29-
<div class='container-md'>
30-
<a href="/" class="navbar-brand me-auto fw-bold">Bundler</a>
31-
<button aria-controls='bs-navbar-collapse' aria-expanded='false' aria-label='Toggle navigation' class='navbar-toggler' data-bs-target='#bs-navbar-collapse' data-bs-toggle='collapse' type='button'>
32-
<span class='navbar-toggler-icon'></span>
33-
</button>
34-
<div class='collapse navbar-collapse flex-grow-0' id='bs-navbar-collapse'>
35-
<ul class='navbar-nav'>
36-
<li class='nav-item'>
37-
<input class='input-search my-1 ps-1 pt-1' id='input-search' placeholder='Type to search...' type='text'>
38-
<svg class='text-opacity-40 m-1 mb-2' style='width: 1rem; height: 1rem; fill: currentcolor;' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'>
39-
<!-- Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. -->
40-
<path d='M500.3 443.7l-119.7-119.7c27.22-40.41 40.65-90.9 33.46-144.7C401.8 87.79 326.8 13.32 235.2 1.723C99.01-15.51-15.51 99.01 1.724 235.2c11.6 91.64 86.08 166.7 177.6 178.9c53.8 7.189 104.3-6.236 144.7-33.46l119.7 119.7c15.62 15.62 40.95 15.62 56.57 0C515.9 484.7 515.9 459.3 500.3 443.7zM79.1 208c0-70.58 57.42-128 128-128s128 57.42 128 128c0 70.58-57.42 128-128 128S79.1 278.6 79.1 208z'></path>
41-
</svg>
42-
</li>
43-
<li class='nav-item'><a href="/docs.html" class="nav-link">Docs</a></li>
44-
<li class='nav-item'><a href="/contributors.html" class="nav-link">Team</a></li>
45-
<li class='nav-item'><a href="/blog" class="nav-link">Blog</a></li>
46-
<li class='nav-item'><a href="https://github.com/rubygems/rubygems/tree/master/bundler" target="_blank" rel="noopener noreferrer" class="nav-link">Repository</a></li>
47-
</ul>
48-
</div>
49-
</div>
50-
</nav>
51-
52-
<div class='bg-light-blue header'>
53-
<img src="/images/docs_header_transparent_bg.png" srcset="/images/docs_header_transparent_bg.png 1x, /images/[email protected] 2x, /images/[email protected] 3x" class="img-fluid header-padding" style="max-width: 400px;" alt="" />
54-
</div>
55-
<div class='container'>
56-
<div class='row flex-column flex-md-row-reverse'>
57-
<div class='col-12 col-md-9 commands contents' id='page-content-wrapper'>
58-
<h2>bundle show</h2>
59-
<div class='contents'>
60-
<div class='bullet'>
61-
<div class='description'>
62-
Shows all gems that are part of the bundle, or the path to a given gem
63-
</div>
64-
<div class="highlight"><pre class="highlight plaintext"><code>$ bundle show [GEM] [--paths]&#x000A;</code></pre></div>
65-
<div class='notes'>
66-
<p>
67-
Options:
68-
</p>
69-
<p>
70-
<code>--paths</code>: List the paths of all gems that are required by your Gemfile.
71-
</p>
72-
</div>
73-
<div class='description'>
74-
Show lists the names and versions of all gems that are required by your Gemfile.
75-
Calling show with [GEM] will list the exact location of that gem on your machine.
76-
</div>
77-
</div>
78-
</div>
79-
80-
</div>
81-
<div class='col-12 col-md-3 mt-4' id='sidebar-wrapper'>
82-
<div class='sidebar-nav'>
83-
<h4>Choose version</h4>
84-
<select class='version-selects form-select mb-3'>
85-
<option selected value='/v2.3/man/bundle-install.1.html'>
86-
v2.3
87-
</option>
88-
<option value='/v2.2/man/bundle-install.1.html'>
89-
v2.2
90-
</option>
91-
<option value='/v2.1/man/bundle-install.1.html'>
92-
v2.1
93-
</option>
94-
<option value='/v2.0/man/bundle-install.1.html'>
95-
v2.0
96-
</option>
97-
<option value='/v1.17/man/bundle-install.1.html'>
98-
v1.17
99-
</option>
100-
<option value='/v1.16/man/bundle-install.1.html'>
101-
v1.16
102-
</option>
103-
<option value='/v1.15/man/bundle-install.1.html'>
104-
v1.15
105-
</option>
106-
<option value='/v1.14/man/bundle-install.1.html'>
107-
v1.14
108-
</option>
109-
<option value='/v1.13/man/bundle-install.1.html'>
110-
v1.13
111-
</option>
112-
<option value='/v1.12/man/bundle-install.1.html'>
113-
v1.12
114-
</option>
115-
</select>
116-
<h4>Primary Commands</h4>
117-
<ul>
118-
<li class=''>
119-
<a href="/v2.3/man/bundle-install.1.html">bundle install</a>
120-
</li>
121-
<li class='separator'>
122-
<hr>
123-
</li>
124-
<li class=''>
125-
<a href="/v2.3/man/bundle-update.1.html">bundle update</a>
126-
</li>
127-
<li class='separator'>
128-
<hr>
129-
</li>
130-
<li class=''>
131-
<a href="/v2.3/man/bundle-cache.1.html">bundle cache</a>
132-
</li>
133-
<li class='separator'>
134-
<hr>
135-
</li>
136-
<li class=''>
137-
<a href="/v2.3/man/bundle-exec.1.html">bundle exec</a>
138-
</li>
139-
<li class='separator'>
140-
<hr>
141-
</li>
142-
<li class=''>
143-
<a href="/v2.3/man/bundle-config.1.html">bundle config</a>
144-
</li>
145-
<li class='separator'>
146-
<hr>
147-
</li>
148-
<li class=''>
149-
<a href="/v2.3/bundle_help.html">bundle help</a>
150-
</li>
151-
<li class='separator'>
152-
<hr>
153-
</li>
154-
</ul>
155-
<h4>Utilities</h4>
156-
<ul>
157-
<li class=''>
158-
<a href="/v2.3/man/bundle.1.html">bundle</a>
159-
</li>
160-
<li class='separator'>
161-
<hr>
162-
</li>
163-
<li class=''>
164-
<a href="/v2.3/man/bundle-add.1.html">bundle add</a>
165-
</li>
166-
<li class='separator'>
167-
<hr>
168-
</li>
169-
<li class=''>
170-
<a href="/v2.3/man/bundle-binstubs.1.html">bundle binstubs</a>
171-
</li>
172-
<li class='separator'>
173-
<hr>
174-
</li>
175-
<li class=''>
176-
<a href="/v2.3/man/bundle-check.1.html">bundle check</a>
177-
</li>
178-
<li class='separator'>
179-
<hr>
180-
</li>
181-
<li class=''>
182-
<a href="/v2.3/man/bundle-clean.1.html">bundle clean</a>
183-
</li>
184-
<li class='separator'>
185-
<hr>
186-
</li>
187-
<li class=''>
188-
<a href="/v2.3/bundle_console.html">bundle console</a>
189-
</li>
190-
<li class='separator'>
191-
<hr>
192-
</li>
193-
<li class=''>
194-
<a href="/v2.3/man/bundle-doctor.1.html">bundle doctor</a>
195-
</li>
196-
<li class='separator'>
197-
<hr>
198-
</li>
199-
<li class=''>
200-
<a href="/v2.3/man/bundle-gem.1.html">bundle gem</a>
201-
</li>
202-
<li class='separator'>
203-
<hr>
204-
</li>
205-
<li class=''>
206-
<a href="/v2.3/man/bundle-info.1.html">bundle info</a>
207-
</li>
208-
<li class='separator'>
209-
<hr>
210-
</li>
211-
<li class=''>
212-
<a href="/v2.3/man/bundle-init.1.html">bundle init</a>
213-
</li>
214-
<li class='separator'>
215-
<hr>
216-
</li>
217-
<li class=''>
218-
<a href="/v2.3/man/bundle-inject.1.html">bundle inject</a>
219-
</li>
220-
<li class='separator'>
221-
<hr>
222-
</li>
223-
<li class=''>
224-
<a href="/v2.3/man/bundle-list.1.html">bundle list</a>
225-
</li>
226-
<li class='separator'>
227-
<hr>
228-
</li>
229-
<li class=''>
230-
<a href="/v2.3/man/bundle-lock.1.html">bundle lock</a>
231-
</li>
232-
<li class='separator'>
233-
<hr>
234-
</li>
235-
<li class=''>
236-
<a href="/v2.3/man/bundle-open.1.html">bundle open</a>
237-
</li>
238-
<li class='separator'>
239-
<hr>
240-
</li>
241-
<li class=''>
242-
<a href="/v2.3/man/bundle-outdated.1.html">bundle outdated</a>
243-
</li>
244-
<li class='separator'>
245-
<hr>
246-
</li>
247-
<li class=''>
248-
<a href="/v2.3/man/bundle-platform.1.html">bundle platform</a>
249-
</li>
250-
<li class='separator'>
251-
<hr>
252-
</li>
253-
<li class=''>
254-
<a href="/v2.3/bundle_plugin.html">bundle plugin</a>
255-
</li>
256-
<li class='separator'>
257-
<hr>
258-
</li>
259-
<li class=''>
260-
<a href="/v2.3/man/bundle-pristine.1.html">bundle pristine</a>
261-
</li>
262-
<li class='separator'>
263-
<hr>
264-
</li>
265-
<li class=''>
266-
<a href="/v2.3/man/bundle-remove.1.html">bundle remove</a>
267-
</li>
268-
<li class='separator'>
269-
<hr>
270-
</li>
271-
<li class=''>
272-
<a href="/v2.3/man/bundle-show.1.html">bundle show</a>
273-
</li>
274-
<li class='separator'>
275-
<hr>
276-
</li>
277-
<li class=''>
278-
<a href="/v2.3/bundle_version.html">bundle version</a>
279-
</li>
280-
<li class='separator'>
281-
<hr>
282-
</li>
283-
<li class=''>
284-
<a href="/v2.3/man/bundle-viz.1.html">bundle viz</a>
285-
</li>
286-
<li class='separator'>
287-
<hr>
288-
</li>
289-
<li class=''>
290-
<a href="/v2.3/man/gemfile.5.html">gemfile</a>
291-
</li>
292-
<li class='separator'>
293-
<hr>
294-
</li>
295-
</ul>
296-
297-
</div>
298-
</div>
299-
</div>
300-
</div>
301-
<script src="/commands_layout.min.js"></script>
302-
303-
<div class='bg-light-blue'>
304-
<div class='container'>
305-
<div class='contents'>
306-
<div class='edit-on-github text-center'>
307-
<a href="https://github.com/rubygems/bundler-site/blob/master/source/v2.3/bundle_show.html.haml">Edit this document on GitHub</a> if you caught an error or noticed something was missing.
308-
</div>
309-
</div>
310-
</div>
311-
</div>
312-
313-
<div class='footer'>
314-
<nav class='navbar justify-content-center'>
315-
<ul class='navbar-nav'>
316-
<li class='nav-item'><a href="/docs.html" class="nav-link px-3">Docs</a></li>
317-
<li class='nav-item'><a href="/contributors.html" class="nav-link px-3">Team</a></li>
318-
<li class='nav-item'><a href="/blog" class="nav-link px-3">Blog</a></li>
319-
<li class='nav-item'><a href="/about.html" class="nav-link px-3">About</a></li>
320-
<li class='nav-item'><a href="https://github.com/rubygems/rubygems/tree/master/bundler" class="nav-link px-3">Repository</a></li>
321-
</ul>
322-
</nav>
323-
324-
</div>
325-
</body>
326-
</html>
1+
<html>
2+
<head>
3+
<link rel="canonical" href="/man/bundle-show.1.html" />
4+
<meta http-equiv=refresh content="0; url=/man/bundle-show.1.html" />
5+
<meta name="robots" content="noindex,follow" />
6+
<meta http-equiv="cache-control" content="no-cache" />
7+
</head>
8+
<body>
9+
</body>
10+
</html>

search/lunr-index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)