What does it mean to freeze Ruby Gems?
Freezing Ruby Gems prevents your Ruby on Rails application from automatically upgrading its Gems whenever a new version appears on the host. This allows you to control which Gems versions are run on your hosting account. The following command, run in your dev environment, unpacks the current system Gems into the vendor/rails directory: