2018-11-02 19:07:56 -04:00
|
|
|
BUNDLE-SHOW(1) BUNDLE-SHOW(1)
|
|
|
|
|
|
|
|
|
|
|
|
|
2019-04-14 02:01:35 -04:00
|
|
|
NAME
|
|
|
|
bundle-show - Shows all the gems in your bundle, or the path to a gem
|
2018-11-02 19:07:56 -04:00
|
|
|
|
2019-04-14 02:01:35 -04:00
|
|
|
SYNOPSIS
|
|
|
|
bundle show [GEM] [--paths]
|
2018-11-02 19:07:56 -04:00
|
|
|
|
2019-04-14 02:01:35 -04:00
|
|
|
DESCRIPTION
|
|
|
|
Without the [GEM] option, show will print a list of the names and ver-
|
|
|
|
sions of all gems that are required by your [Gemfile(5)][Gemfile(5)],
|
2018-11-02 19:07:56 -04:00
|
|
|
sorted by name.
|
|
|
|
|
|
|
|
Calling show with [GEM] will list the exact location of that gem on
|
|
|
|
your machine.
|
|
|
|
|
2019-04-14 02:01:35 -04:00
|
|
|
OPTIONS
|
|
|
|
--paths
|
|
|
|
List the paths of all gems that are required by your [Gem-
|
|
|
|
file(5)][Gemfile(5)], sorted by gem name.
|
2018-11-02 19:07:56 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2020-01-08 02:11:52 -05:00
|
|
|
January 2020 BUNDLE-SHOW(1)
|