Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2016-02-01 16:00:28 +0300
committerJacob Vosmaer <contact@jacobvosmaer.nl>2016-02-01 16:00:28 +0300
commitd11d425acc6b6aeaf85113dc9b2aca89b36dfe78 (patch)
tree72a0983227b492dc5934fd3cd387520d71e10731 /Gemfile
parent51574d779cac5b97ffb7603db783a26bfd6da1e6 (diff)
Develop with a custom gitlab_git branch
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index a09d44f8bfd..88236146a14 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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