{
    "mode": "man",
    "parameter": "BUNDLE-CHECK",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/BUNDLE-CHECK/1/json",
    "generated": "2026-09-06T11:27:57Z",
    "synopsis": "bundle check [--dry-run] [--gemfile=FILE] [--path=PATH]",
    "sections": {
        "NAME": {
            "content": "bundle-check - Verifies if dependencies are satisfied by installed gems\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "bundle check [--dry-run] [--gemfile=FILE] [--path=PATH]\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "check  searches  the local machine for each of the gems requested in the Gemfile. If all gems\nare found, Bundler prints a success message and exits with a status of 0.\n\nIf not, the first missing gem is listed and Bundler exits status 1.\n",
            "subsections": []
        },
        "OPTIONS": {
            "content": "",
            "subsections": [
                {
                    "name": "--dry-run",
                    "content": "Locks the [Gemfile(5)][Gemfile(5)] before running the command.\n",
                    "long": "--dry-run"
                },
                {
                    "name": "--gemfile",
                    "content": "Use the specified gemfile instead of the [Gemfile(5)][Gemfile(5)].\n\n--path Specify a different path than the system default ($BUNDLEPATH or $GEMHOME).  Bundler\nwill remember this value for future installs on this machine.\n\n\nAugust 2023                             BUNDLE-CHECK(1)",
                    "long": "--gemfile"
                }
            ]
        }
    },
    "summary": "bundle-check - Verifies if dependencies are satisfied by installed gems",
    "flags": [
        {
            "flag": "",
            "long": "--dry-run",
            "arg": null,
            "description": "Locks the [Gemfile(5)][Gemfile(5)] before running the command."
        },
        {
            "flag": "",
            "long": "--gemfile",
            "arg": null,
            "description": "Use the specified gemfile instead of the [Gemfile(5)][Gemfile(5)]. --path Specify a different path than the system default ($BUNDLEPATH or $GEMHOME). Bundler will remember this value for future installs on this machine. August 2023 BUNDLE-CHECK(1)"
        }
    ],
    "examples": [],
    "see_also": [],
    "tldr": {
        "source": "not_found",
        "examples": []
    }
}