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:
authorValery Sizov <vsv2711@gmail.com>2015-08-11 15:11:58 +0300
committerValery Sizov <vsv2711@gmail.com>2015-08-11 15:11:58 +0300
commitcf6e58b589713acae3cfeab55bdf1944bbf682a1 (patch)
treee2e31e736255915f0fa680ea8f9137fdecb3fcf5 /Gemfile
parentd9402504adce4d90ca49dbec30c3c5cf3c406247 (diff)
update gitlab_git
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index b391fa05847..2483a7d24a3 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", path: "../gitlab_git"
+gem "gitlab_git", '~> 7.2.12'
# Ruby/Rack Git Smart-HTTP Server Handler
# GitLab fork with a lot of changes (improved thread-safety, better memory usage etc)