summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2013-10-18 13:47:09 +0200
committerAzul <azul@leap.se>2013-10-18 13:47:09 +0200
commitb8cb983d502f3c801c8ff801cb44f51e0d2ded4c (patch)
tree9cfe4f4df0e00e3813284cb4b21272907446845d /.gitignore
parent936015afe051c82d5677601f7f58944ed42b4623 (diff)
include Gemfile.lock to prevent unintended updates (#4174)
We had a broken production server lately because it had upgraded the couchrest model dependency to one that had a different naming scheme for a function we overwrite. So that broke production. Let's prevent that by including the Gemfile.lock in our repositories.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 84acd8d..f65233f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,7 +17,6 @@
/pkg
/*/pkg
/log
-Gemfile.lock
*/Gemfile.lock
test/dummy/log/*
test/dummy/tmp/*