{
    "content": [
        {
            "type": "text",
            "text": "# BUNDLE-REMOVE(1) (man)\n\n**Summary:** bundle-remove - Removes gems from the Gemfile\n\n## Flags\n\n| Flag | Long | Arg | Description |\n|------|------|-----|-------------|\n| — | --install | — | Runs bundle install after the given gems have been removed from the Gemfile, which en‐ sures that both the lockfile and  |\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (1 lines) — 1 subsections\n  - bundle remove [GEM [GEM ...]] [--install] (1 lines)\n- **DESCRIPTION** (4 lines)\n- **OPTIONS** (1 lines) — 1 subsections\n  - --install (15 lines)\n\n## Full Content\n\n### NAME\n\nbundle-remove - Removes gems from the Gemfile\n\n### SYNOPSIS\n\n#### bundle remove [GEM [GEM ...]] [--install]\n\n### DESCRIPTION\n\nRemoves  the  given  gems from the Gemfile while ensuring that the resulting Gemfile is still\nvalid. If a gem cannot be removed, a warning is printed. If a gem is already absent from  the\nGemfile, and error is raised.\n\n### OPTIONS\n\n#### --install\n\nRuns bundle install after the given gems have been removed from the Gemfile, which en‐\nsures that both the lockfile and the installed gems on disk are also updated to remove\nthe given gem(s).\n\nExample:\n\nbundle remove rails\n\nbundle remove rails rack\n\nbundle remove rails rack --install\n\n\n\nDecember 2021                           BUNDLE-REMOVE(1)\n\n"
        }
    ],
    "structuredContent": {
        "command": "BUNDLE-REMOVE",
        "section": "1",
        "mode": "man",
        "summary": "bundle-remove - Removes gems from the Gemfile",
        "synopsis": "",
        "flags": [
            {
                "flag": "",
                "long": "--install",
                "arg": null,
                "description": "Runs bundle install after the given gems have been removed from the Gemfile, which en‐ sures that both the lockfile and the installed gems on disk are also updated to remove the given gem(s). Example: bundle remove rails bundle remove rails rack bundle remove rails rack --install December 2021 BUNDLE-REMOVE(1)"
            }
        ],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "bundle remove [GEM [GEM ...]] [--install]",
                        "lines": 1
                    }
                ]
            },
            {
                "name": "DESCRIPTION",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "--install",
                        "lines": 15,
                        "long": "--install"
                    }
                ]
            }
        ]
    }
}