1BUNDLE-CHECK(1)                                                BUNDLE-CHECK(1)
2
3
4

NAME

6       bundle-check - Verifies if dependencies are satisfied by installed gems
7

SYNOPSIS

9       bundle check [--dry-run] [--gemfile=FILE] [--path=PATH]
10

DESCRIPTION

12       check  searches the local machine for each of the gems requested in the
13       Gemfile. If all gems are found, Bundler prints a  success  message  and
14       exits with a status of 0.
15
16       If not, the first missing gem is listed and Bundler exits status 1.
17

OPTIONS

19       --dry-run
20              Locks the [Gemfile(5)][Gemfile(5)] before running the command.
21
22       --gemfile
23              Use  the  specified  gemfile  instead  of  the [Gemfile(5)][Gem‐
24              file(5)].
25
26       --path Specify a different path than the system  default  ($BUNDLE_PATH
27              or  $GEM_HOME).  Bundler  will  remember  this  value for future
28              installs on this machine.
29
30
31
32
33                                 November 2018                 BUNDLE-CHECK(1)
Impressum