Skip to content

Commit

Permalink
Remove Gemfile.lock from git repo
Browse files Browse the repository at this point in the history
According to Yehuda's post, Gemfile.lock should not be included in
source code repo.
http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/
  • Loading branch information
rainux committed Apr 26, 2016
1 parent bf52500 commit 8b96aaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 45 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -16,3 +16,5 @@ spec/reports
test/tmp
test/version_tmp
tmp
Gemfile.lock
rails3/Gemfile.lock
45 changes: 0 additions & 45 deletions Gemfile.lock

This file was deleted.

0 comments on commit 8b96aaf

Please sign in to comment.