Commit 8b6a14b5059e4975eb29b565465fbfaf19e6427b
1 parent
54b89215
Exists in
spb-stable
and in
3 other branches
Bump for gitlab_git
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", '~> 5.2.0' | |
32 | +gem "gitlab_git", '~> 5.3.0' | |
33 | 33 | |
34 | 34 | # Ruby/Rack Git Smart-HTTP Server Handler |
35 | 35 | gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' | ... | ... |
Gemfile.lock
... | ... | @@ -176,7 +176,7 @@ GEM |
176 | 176 | charlock_holmes (~> 0.6.6) |
177 | 177 | escape_utils (~> 0.2.4) |
178 | 178 | mime-types (~> 1.19) |
179 | - gitlab_git (5.2.0) | |
179 | + gitlab_git (5.3.0) | |
180 | 180 | activesupport (~> 4.0.0) |
181 | 181 | charlock_holmes (~> 0.6.9) |
182 | 182 | gitlab-grit (~> 2.6.1) |
... | ... | @@ -577,7 +577,7 @@ DEPENDENCIES |
577 | 577 | gitlab-gollum-lib (~> 1.1.0) |
578 | 578 | gitlab-grack (~> 2.0.0.pre) |
579 | 579 | gitlab-linguist (~> 3.0.0) |
580 | - gitlab_git (~> 5.2.0) | |
580 | + gitlab_git (~> 5.3.0) | |
581 | 581 | gitlab_meta (= 6.0) |
582 | 582 | gitlab_omniauth-ldap (= 1.0.4) |
583 | 583 | gon (~> 5.0.0) | ... | ... |