gitmodel
gitmodel copied to clipboard
Remove Gemfile.lock from repository
According to http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/ Gemfile.lock should not be included with a gem.
More discussion on it here: http://stackoverflow.com/questions/4151495/should-gemfile-lock-be-included-in-gitignore
Other gems have similar pull requests to remove Gemfile.lock from their repositories.