2020-05-08 01:19:04 -04:00
|
|
|
BUNDLE-DOCTOR(1) BUNDLE-DOCTOR(1)
|
2018-11-02 19:07:56 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
2019-04-14 02:01:35 -04:00
|
|
|
NAME
|
|
|
|
bundle-doctor - Checks the bundle for common problems
|
2018-11-02 19:07:56 -04:00
|
|
|
|
2019-04-14 02:01:35 -04:00
|
|
|
SYNOPSIS
|
|
|
|
bundle doctor [--quiet] [--gemfile=GEMFILE]
|
2018-11-02 19:07:56 -04:00
|
|
|
|
2019-04-14 02:01:35 -04:00
|
|
|
DESCRIPTION
|
2018-11-02 19:07:56 -04:00
|
|
|
Checks your Gemfile and gem environment for common problems. If issues
|
2020-05-08 01:19:04 -04:00
|
|
|
are detected, Bundler prints them and exits status 1. Otherwise,
|
2018-11-02 19:07:56 -04:00
|
|
|
Bundler prints a success message and exits status 0.
|
|
|
|
|
|
|
|
Examples of common problems caught by bundle-doctor include:
|
|
|
|
|
|
|
|
o Invalid Bundler settings
|
|
|
|
|
|
|
|
o Mismatched Ruby versions
|
|
|
|
|
|
|
|
o Mismatched platforms
|
|
|
|
|
|
|
|
o Uninstalled gems
|
|
|
|
|
|
|
|
o Missing dependencies
|
|
|
|
|
|
|
|
|
|
|
|
|
2019-04-14 02:01:35 -04:00
|
|
|
OPTIONS
|
|
|
|
--quiet
|
2020-05-08 01:19:04 -04:00
|
|
|
Only output warnings and errors.
|
2018-11-02 19:07:56 -04:00
|
|
|
|
2019-04-14 02:01:35 -04:00
|
|
|
--gemfile=<gemfile>
|
2020-05-08 01:19:04 -04:00
|
|
|
The location of the Gemfile(5) which Bundler should use. This
|
|
|
|
defaults to a Gemfile(5) in the current working directory. In
|
|
|
|
general, Bundler will assume that the location of the Gemfile(5)
|
|
|
|
is also the project's root and will try to find Gemfile.lock and
|
|
|
|
vendor/cache relative to this location.
|
2018-11-02 19:07:56 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2020-06-01 07:11:39 -04:00
|
|
|
June 2020 BUNDLE-DOCTOR(1)
|