What's the point of freezing your Rails version/gems?
问题 What does that mean? In the instructions for a project, it said to "freeze the Rails gems". Is that different from freezing the Rails version? What's freezing about? 回答1: If one of the authors of a gem you use introduce a new version of the gem, there is a possibility the new version introduces backwards incompatible changes that would break your code. Freezing a gem puts it into the vendor folder of your application, and it will not be automatically updated on its own. Rails will use this