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.
几周前,我使用 3.2.3 开始了一个新的 Rails 项目。今天我注意到 rails 3.2.4 和 3.2.5 已经发布了。我不想落后,那么将我的应用程序更新到 3.2.5 的最佳方法是什么?
bundle update
.rvmrc
需要注意的是,如果您没有在 Gemfile 中明确指定 gem 版本,您可能会更新 gem 并引入重大更改;由于我的 Gemfile 懒惰,我被这个咬了。