Commit 5d871f1884f269d916d8f73a55d08a47db0f25d4
1 parent
ca7e4a94
Exists in
spb-stable
and in
3 other branches
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 'omniauth-github' | @@ -29,7 +29,7 @@ gem 'omniauth-github' | ||
29 | 29 | ||
30 | # Extracting information from a git repository | 30 | # Extracting information from a git repository |
31 | # Provide access to Gitlab::Git library | 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 | # Ruby/Rack Git Smart-HTTP Server Handler | 34 | # Ruby/Rack Git Smart-HTTP Server Handler |
35 | gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' | 35 | gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' |
Gemfile.lock
@@ -7,8 +7,8 @@ GIT | @@ -7,8 +7,8 @@ GIT | ||
7 | 7 | ||
8 | GIT | 8 | GIT |
9 | remote: https://gitlab.com/gitlab-org/gitlab_git.git | 9 | remote: https://gitlab.com/gitlab-org/gitlab_git.git |
10 | - revision: 9c370173c533298664d6dd5b97574c79de705c16 | ||
11 | - ref: 9c370173c533298664d6dd5b97574c79de705c16 | 10 | + revision: 53f5faf462f2773619179222a70247f051ee13df |
11 | + ref: 53f5faf | ||
12 | specs: | 12 | specs: |
13 | gitlab_git (5.1.0.pre) | 13 | gitlab_git (5.1.0.pre) |
14 | activesupport (~> 4.0.0) | 14 | activesupport (~> 4.0.0) |