{
    "mode": "man",
    "parameter": "bundle-show",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/bundle-show/1/json",
    "generated": "2026-07-05T11:45:40Z",
    "synopsis": "bundle show [GEM] [--paths]",
    "sections": {
        "NAME": {
            "content": "bundle-show - Shows all the gems in your bundle, or the path to a gem\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "bundle show [GEM] [--paths]\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Without  the  [GEM] option, show will print a list of the names and versions of all gems that\nare required by your [Gemfile(5)][Gemfile(5)], sorted by name.\n\nCalling show with [GEM] will list the exact location of that gem on your machine.\n",
            "subsections": []
        },
        "OPTIONS": {
            "content": "",
            "subsections": [
                {
                    "name": "--paths",
                    "content": "List the paths of all gems that are required by your [Gemfile(5)][Gemfile(5)],  sorted\nby gem name.\n\n\n\n\nDecember 2021                             BUNDLE-SHOW(1)",
                    "long": "--paths"
                }
            ]
        }
    },
    "summary": "bundle-show - Shows all the gems in your bundle, or the path to a gem",
    "flags": [
        {
            "flag": "",
            "long": "--paths",
            "arg": null,
            "description": "List the paths of all gems that are required by your [Gemfile(5)][Gemfile(5)], sorted by gem name. December 2021 BUNDLE-SHOW(1)"
        }
    ],
    "examples": [],
    "see_also": []
}