From b8cb983d502f3c801c8ff801cb44f51e0d2ded4c Mon Sep 17 00:00:00 2001 From: Azul Date: Fri, 18 Oct 2013 13:47:09 +0200 Subject: 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. --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') 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/* -- cgit v1.2.3