Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
即使我使用捆绑器,我是否必须运行 ruby gem update
显然,确保您拥有最新的 gem 是一种很好的做法,但是如果我使用 bundler,除了通过 gem 更新使 bundler 本身保持最新之外,我还需要麻烦吗?
Bundler 仅管理 Gemfile 中指定的应用程序依赖项。如果您只想更新这个宝石,bundler install或者bundle update对您来说已经足够了。如果您想更新所有已安装的 gem 或 bundler 本身 - 使用gem update
bundler install
bundle update
gem update