Commit bacfad1c651d7b880a07f5f417ccb64693150935
1 parent
5d871f18
Exists in
spb-stable
and in
3 other branches
Use new gitlab_git revision
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 | 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: '53f5faf' | |
32 | +gem "gitlab_git", git: 'https://gitlab.com/gitlab-org/gitlab_git.git', ref: '39bc4f043414f1e49f802ed633fa20e6400bfa49' | |
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: 53f5faf462f2773619179222a70247f051ee13df | |
11 | - ref: 53f5faf | |
10 | + revision: 39bc4f043414f1e49f802ed633fa20e6400bfa49 | |
11 | + ref: 39bc4f043414f1e49f802ed633fa20e6400bfa49 | |
12 | 12 | specs: |
13 | 13 | gitlab_git (5.1.0.pre) |
14 | 14 | activesupport (~> 4.0.0) | ... | ... |