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.
bundle, bundle install,之间有什么区别bundle update?
bundle
bundle install
bundle update
你能告诉我什么时候应该使用
bundle bundle install bundle update
Bundle install 将根据 Gemfile 规范安装 gem 并将它们放入 gemenv 中。Bundle update 将所有 gem 更新到最新版本。