{
    "content": [
        {
            "type": "text",
            "text": "# bundle-platform (man)\n\n## NAME\n\nbundle-platform - Displays platform compatibility information\n\n## SYNOPSIS\n\nbundle platform [--ruby]\n\n## DESCRIPTION\n\nplatform  displays  information from your Gemfile, Gemfile.lock, and Ruby VM about your plat‐\nform.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "bundle-platform",
        "section": "",
        "mode": "man",
        "summary": "bundle-platform - Displays platform compatibility information",
        "synopsis": "bundle platform [--ruby]",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "bundle-lock",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/bundle-lock/1/json"
            },
            {
                "name": "BUNDLE-PLATFORM",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/BUNDLE-PLATFORM/1/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 39,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 6,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "bundle-platform - Displays platform compatibility information\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "bundle platform [--ruby]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "platform  displays  information from your Gemfile, Gemfile.lock, and Ruby VM about your plat‐\nform.\n\nFor instance, using this Gemfile(5):\n\n\n\nsource \"https://rubygems.org\"\n\nruby \"3.1.2\"\n\ngem \"rack\"\n\n\n\nIf you run bundle platform on Ruby 3.1.2, it displays the following output:\n\n\n\nYour platform is: x8664-linux\n\nYour app has gems that work on these platforms:\n* arm64-darwin-21\n* ruby\n* x64-mingw-ucrt\n* x8664-linux\n\nYour Gemfile specifies a Ruby version requirement:\n* ruby 3.1.2\n\nYour current platform satisfies the Ruby version requirement.\n\n\n\nplatform lists all the platforms in your Gemfile.lock as well as the ruby  directive  if  ap‐\nplicable  from  your  Gemfile(5). It also lets you know if the ruby directive requirement has\nbeen met. If ruby directive doesn´t match the running Ruby VM, it tells you  what  part  does\nnot.\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "--ruby It will display the ruby directive information, so you don´t have to parse it from the\nGemfile(5).\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "•   bundle-lock(1) bundle-lock.1.html\n\n\n\n\nAugust 2023                          BUNDLE-PLATFORM(1)",
                "subsections": []
            }
        }
    }
}