summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-02-03 19:53:54 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-02-03 19:53:54 +0200
commit5d871f1884f269d916d8f73a55d08a47db0f25d4 (patch)
tree996f54ff178f9afdd18f24ab62c47b48fd421bca
parentca7e4a948b7826bf17707996e30ad191ff3f2d58 (diff)
downloadgitlab-ce-5d871f1884f269d916d8f73a55d08a47db0f25d4.tar.gz
Fixed gitlab_git rev
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock4
2 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 669cbcbede3..752bb15cf73 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: '9c370173c533298664d6dd5b97574c79de705c16'
+gem "gitlab_git", git: 'https://gitlab.com/gitlab-org/gitlab_git.git', ref: '53f5faf'
# Ruby/Rack Git Smart-HTTP Server Handler
gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack'
diff --git a/Gemfile.lock b/Gemfile.lock
index 47a189cbe77..e1fb498ceaa 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -7,8 +7,8 @@ GIT
GIT
remote: https://gitlab.com/gitlab-org/gitlab_git.git
- revision: 9c370173c533298664d6dd5b97574c79de705c16
- ref: 9c370173c533298664d6dd5b97574c79de705c16
+ revision: 53f5faf462f2773619179222a70247f051ee13df
+ ref: 53f5faf
specs:
gitlab_git (5.1.0.pre)
activesupport (~> 4.0.0)