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

NAME

6       bundle-doctor - Checks the bundle for common problems
7

SYNOPSIS

9       bundle doctor [--quiet] [--gemfile=GEMFILE]
10

DESCRIPTION

12       Checks  your Gemfile and gem environment for common problems. If issues
13       are detected, Bundler  prints  them  and  exits  status  1.  Otherwise,
14       Bundler prints a success message and exits status 0.
15
16       Examples of common problems caught by bundle-doctor include:
17
18       ·   Invalid Bundler settings
19
20       ·   Mismatched Ruby versions
21
22       ·   Mismatched platforms
23
24       ·   Uninstalled gems
25
26       ·   Missing dependencies
27
28
29

OPTIONS

31       --quiet
32              Only output warnings and errors.
33
34       --gemfile=<gemfile>
35              The  location  of  the Gemfile(5) which Bundler should use. This
36              defaults to a Gemfile(5) in the current  working  directory.  In
37              general, Bundler will assume that the location of the Gemfile(5)
38              is also the project´s root and will try to find Gemfile.lock and
39              vendor/cache relative to this location.
40
41
42
43
44                                 January 2020                 BUNDLE-DOCTOR(1)
Impressum