Man page - bundle-doctor(1)
Packages contas this manual
- bundle-add(1)
- bundle-doctor(1)
- bundle-update(1)
- bundle(1)
- bundle-list(1)
- bundle-check(1)
- bundle-open(1)
- bundle-show(1)
- bundle-install(1)
- bundler(1)
- bundle-binstubs(1)
- bundle-outdated(1)
- bundle-pristine(1)
- bundle-init(1)
- bundle-gem(1)
- bundle-platform(1)
- bundle-info(1)
- bundle-remove(1)
- bundle-inject(1)
- gemfile(5)
- bundle-exec(1)
- bundle-lock(1)
- bundle-clean(1)
- bundle-viz(1)
- bundle-cache(1)
- bundle-config(1)
Package: ruby-bundler
apt-get install ruby-bundler
apt-get install ruby-bundler
Manuals in package:
Documentations in package:
Manual
| BUNDLE-DOCTOR(1) | General Commands Manual | BUNDLE-DOCTOR(1) |
NAME
bundle-doctor - Checks the bundle for common problems
SYNOPSIS
bundle doctor [--quiet] [--gemfile=GEMFILE]
DESCRIPTION
Checks your Gemfile and gem environment for common problems. If issues are detected, Bundler prints them and exits status 1. Otherwise, Bundler prints a success message and exits status 0.
Examples of common problems caught by bundle-doctor include:
- Invalid Bundler settings
- Mismatched Ruby versions
- Mismatched platforms
- Uninstalled gems
- Missing dependencies
OPTIONS
- --quiet
- Only output warnings and errors.
- --gemfile=GEMFILE
- 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.
| March 2025 |