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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-02-04 18:05:14 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-02-04 18:05:14 +0400
commitf297c6b3d722af6fbeaa2cd5cfa30d552f6d1c41 (patch)
tree2e7ca8fa0e9221ff3dab0c1daa8c34a551cd0c45 /Gemfile
parent97a4d8aea46fb45894f6e47597320ed2f6a12495 (diff)
BUmp gitlab-git version (Blobs via rugged)
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index a47dd6a0b2b..5c2d4c253bb 100644
--- a/Gemfile
+++ b/Gemfile
@@ -29,7 +29,7 @@ gem 'omniauth-github'
# Extracting information from a git repository
# Provide access to Gitlab::Git library
-gem "gitlab_git", git: 'https://gitlab.com/gitlab-org/gitlab_git.git', ref: '39bc4f043414f1e49f802ed633fa20e6400bfa49'
+gem "gitlab_git", git: 'https://gitlab.com/gitlab-org/gitlab_git.git'
# Ruby/Rack Git Smart-HTTP Server Handler
gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack'