.. _bundler: =========================== Bundler(管理Ruby应用gems) =========================== Bundler通过跟踪和安装所需的精确gems和对应版本,为Ruby项目提供了一致性运行环境。通过Bundler可以摆脱 "依赖地狱" ,确保在开发(development)、模拟(staging)和生产(production)环境都提供一致需要的gem。 参考 ======= - `Bundler FAQ `_ - `Bundler Getting Started `_