1BUNDLE-SHOW(1) BUNDLE-SHOW(1)
2
3
4
6 bundle-show - Shows all the gems in your bundle, or the path to a gem
7
9 bundle show [GEM] [--paths]
10
12 Without the [GEM] option, show will print a list of the names and ver‐
13 sions of all gems that are required by your [Gemfile(5)][Gemfile(5)],
14 sorted by name.
15
16 Calling show with [GEM] will list the exact location of that gem on
17 your machine.
18
20 --paths
21 List the paths of all gems that are required by your [Gem‐
22 file(5)][Gemfile(5)], sorted by gem name.
23
24
25
26
27 February 2023 BUNDLE-SHOW(1)