summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-08-11 09:16:11 +0300
committerValery Sizov <vsv2711@gmail.com>2015-08-11 09:16:11 +0300
commitd9402504adce4d90ca49dbec30c3c5cf3c406247 (patch)
tree038cb5e690a723209b8c6f17b0949b7778315daa /Gemfile
parent5bdcdf56168026134282b1434e716bcf35beaa2c (diff)
downloadgitlab-ce-d9402504adce4d90ca49dbec30c3c5cf3c406247.tar.gz
link to the local gitlab_git
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index c2d618f41de..b391fa05847 100644
--- a/Gemfile
+++ b/Gemfile
@@ -38,7 +38,7 @@ gem "browser", '~> 0.8.0'
# Extracting information from a git repository
# Provide access to Gitlab::Git library
-gem "gitlab_git", '~> 7.2.11'
+gem "gitlab_git", path: "../gitlab_git"
# Ruby/Rack Git Smart-HTTP Server Handler
# GitLab fork with a lot of changes (improved thread-safety, better memory usage etc)