Gemfile, Gemfile.lock. , .
Remember that you can use Ruby to distinguish which sections are loading Bundle.setup, and you can use groups to define things that are specific to a particular platform.
Gemfile.lockmust provide specific requirements for application deployment. It should be in the version control system, so there is no confusion as to which version the application will run with. If there are platform issues here, you should be careful with what you use, and where required, block dependencies only with the group :development.
source
share