{
    "content": [
        {
            "type": "text",
            "text": "# bundle-pristine (man)\n\n## NAME\n\nbundle-pristine - Restores installed gems to their pristine condition\n\n## DESCRIPTION\n\npristine  restores the installed gems in the bundle to their pristine condition using the lo‐\ncal gem cache from RubyGems. For git gems, a forced checkout will be performed.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS** (1 subsections)\n- **DESCRIPTION**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "bundle-pristine",
        "section": "",
        "mode": "man",
        "summary": "bundle-pristine - Restores installed gems to their pristine condition",
        "synopsis": "",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "bundle pristine",
                        "lines": 1
                    }
                ]
            },
            {
                "name": "DESCRIPTION",
                "lines": 29,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "bundle-pristine - Restores installed gems to their pristine condition\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "",
                "subsections": [
                    {
                        "name": "bundle pristine",
                        "content": ""
                    }
                ]
            },
            "DESCRIPTION": {
                "content": "pristine  restores the installed gems in the bundle to their pristine condition using the lo‐\ncal gem cache from RubyGems. For git gems, a forced checkout will be performed.\n\nFor further explanation, bundle pristine ignores unpacked files on disk. In other words, this\ncommand  utilizes  the local .gem cache or the gem´s git repository as if one were installing\nfrom scratch.\n\nNote: the Bundler gem cannot be restored to its original state with pristine. One also cannot\nuse bundle pristine on gems with a ´path´ option in the Gemfile, because bundler has no orig‐\ninal copy it can restore from.\n\nWhen is it practical to use bundle pristine?\n\nIt comes in handy when a developer is debugging a gem. bundle pristine is a great way to  get\nrid of experimental changes to a gem that one may not want.\n\nWhy use bundle pristine over gem pristine --all?\n\nBoth  commands  are very similar. For context: bundle pristine, without arguments, cleans all\ngems from the lockfile. Meanwhile, gem pristine --all cleans all installed gems for that Ruby\nversion.\n\nIf  a  developer  forgets  which  gems  in  their project they might have been debugging, the\nRubygems gem pristine [GEMNAME] command may be inconvenient. One can avoid  waiting  for  gem\npristine --all, and instead run bundle pristine.\n\n\n\nDecember 2021                         BUNDLE-PRISTINE(1)",
                "subsections": []
            }
        }
    }
}