-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Gemfile.lock? #206
Comments
I really don't know :x |
since the official bundler doc says you should check the file in, I think we can give it a try. |
I'm not sure either :) I don't think we've had any issue which this will solve? If it doesn't solve any issues, it could potentially create them? |
yeah you're right. Closing it ;) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just reading through the internet and came up with one question:
Should we add the Gemfile.lock to the repository?
All articles say, you should commit Gemfile.lock except you are developing a gem.
What do you think? Should we include the Gemfile.lock?
http://gembundler.com/v1.3/rationale.html#checking-your-code-into-version-control
http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/
http://stackoverflow.com/a/4151540
The text was updated successfully, but these errors were encountered: