2020-05-08 01:19:04 -04:00
|
|
|
BUNDLE-SHOW(1) BUNDLE-SHOW(1)
|
2018-11-02 19:07:56 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
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
|
2020-05-08 01:19:04 -04:00
|
|
|
Without the [GEM] option, show will print a list of the names and
|
|
|
|
versions of all gems that are required by your
|
|
|
|
[Gemfile(5)][Gemfile(5)], sorted by name.
|
2018-11-02 19:07:56 -04:00
|
|
|
|
2020-05-08 01:19:04 -04:00
|
|
|
Calling show with [GEM] will list the exact location of that gem on
|
2018-11-02 19:07:56 -04:00
|
|
|
your machine.
|
|
|
|
|
2019-04-14 02:01:35 -04:00
|
|
|
OPTIONS
|
|
|
|
--paths
|
2020-05-08 01:19:04 -04:00
|
|
|
List the paths of all gems that are required by your
|
|
|
|
[Gemfile(5)][Gemfile(5)], sorted by gem name.
|
2018-11-02 19:07:56 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2020-07-01 03:03:10 -04:00
|
|
|
July 2020 BUNDLE-SHOW(1)
|