Commit Gemfile.lock?
We have the *.lock rule in our .gitignore. Shouldn't we remove it and commit Gemfile.lock to ensure the same gem versions are used in production and development?
We have the *.lock rule in our .gitignore. Shouldn't we remove it and commit Gemfile.lock to ensure the same gem versions are used in production and development?