Revert "Merge pull request #18951 from jurezove/gemfile-lock-to-plugin-gitignore-template"

This reverts commit b824dfd44bf2dd932d6d955ac868af1020f0099a, reversing
changes made to 265dcb779dd4bfd9745e0131f585749d7034c3c7.

Our general recommendation is to check in the lock file in the
repository.

This make possible to developers and contributors of a plugin always run
their tests against a working set of dependencies.

Also, bisect is a lot easier, specially if you have git dependencies in your
Gemfile.
This commit is contained in:
Rafael Mendonça França 2015-02-18 15:20:25 -02:00
parent 28fccad2c4
commit 0ad6d27643

@ -1,7 +1,6 @@
.bundle/
log/*.log
pkg/
Gemfile.lock
<% unless options[:skip_test] && options[:dummy_path] == 'test/dummy' -%>
<%= dummy_path %>/db/*.sqlite3
<%= dummy_path %>/db/*.sqlite3-journal