diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2016-02-01 14:00:28 +0100 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2016-02-01 14:00:28 +0100 |
commit | d11d425acc6b6aeaf85113dc9b2aca89b36dfe78 (patch) | |
tree | 72a0983227b492dc5934fd3cd387520d71e10731 /Gemfile | |
parent | 51574d779cac5b97ffb7603db783a26bfd6da1e6 (diff) | |
download | gitlab-ce-d11d425acc6b6aeaf85113dc9b2aca89b36dfe78.tar.gz |
Develop with a custom gitlab_git branch
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ gem "browser", '~> 1.0.0' # Extracting information from a git repository # Provide access to Gitlab::Git library -gem "gitlab_git", '~> 7.2.23' +gem "gitlab_git", git: 'https://gitlab.com/gitlab-org/gitlab_git.git', branch: 'lazy-blob' # LDAP Auth # GitLab fork with several improvements to original library. For full list of changes |