Skip to content

Commit

Permalink
Don't include Gemfile.lock in repository.
Browse files Browse the repository at this point in the history
- since gemspec does not lock on specific version numbers the repo shouldn't either to help catching errors in the gemspec
  • Loading branch information
dbackeus committed May 29, 2012
1 parent c801e34 commit b3974f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 46 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,4 +1,5 @@
.DS_Store
.idea
*.tmproj
pkg/
pkg/
Gemfile.lock
45 changes: 0 additions & 45 deletions Gemfile.lock

This file was deleted.

0 comments on commit b3974f3

Please sign in to comment.