Commit 5d871f1884f269d916d8f73a55d08a47db0f25d4

Authored by Dmitriy Zaporozhets
1 parent ca7e4a94

Fixed gitlab_git rev

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 2 changed files with 3 additions and 3 deletions   Show diff stats
Gemfile
... ... @@ -29,7 +29,7 @@ gem &#39;omniauth-github&#39;
29 29  
30 30 # Extracting information from a git repository
31 31 # Provide access to Gitlab::Git library
32   -gem "gitlab_git", git: 'https://gitlab.com/gitlab-org/gitlab_git.git', ref: '9c370173c533298664d6dd5b97574c79de705c16'
  32 +gem "gitlab_git", git: 'https://gitlab.com/gitlab-org/gitlab_git.git', ref: '53f5faf'
33 33  
34 34 # Ruby/Rack Git Smart-HTTP Server Handler
35 35 gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack'
... ...
Gemfile.lock
... ... @@ -7,8 +7,8 @@ GIT
7 7  
8 8 GIT
9 9 remote: https://gitlab.com/gitlab-org/gitlab_git.git
10   - revision: 9c370173c533298664d6dd5b97574c79de705c16
11   - ref: 9c370173c533298664d6dd5b97574c79de705c16
  10 + revision: 53f5faf462f2773619179222a70247f051ee13df
  11 + ref: 53f5faf
12 12 specs:
13 13 gitlab_git (5.1.0.pre)
14 14 activesupport (~> 4.0.0)
... ...