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) before running the command.
21
22       --gemfile
23              Use the specified gemfile instead of the Gemfile(5)
24
25       --path Specify  a  different path than the system default ($BUNDLE_PATH
26              or $GEM_HOME). Bundler  will  remember  this  value  for  future
27              installs on this machine.
28
29
30
31
32                                 February 2017                 BUNDLE-CHECK(1)
Impressum