Skip to content

Commit

Permalink
Remove Gemfile.lock from source control
Browse files Browse the repository at this point in the history
The gems installed here should be using the ones as specified in the gemspec (if any), as that is how Rubygems itself will install them
  • Loading branch information
radar committed Dec 4, 2016
1 parent 4f0331d commit 27d7ab7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ vendor/**/*
pkg
.bundle
.rvmrc
Gemfile.lock
28 changes: 0 additions & 28 deletions Gemfile.lock

This file was deleted.

0 comments on commit 27d7ab7

Please sign in to comment.