Commit 3df417b857c3bcf6257b5d9d42bb816f63fa9a28
1 parent
7bf0add0
Exists in
spb-stable
and in
3 other branches
bump 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
| ... | ... | @@ -30,7 +30,7 @@ gem 'omniauth-github' |
| 30 | 30 | |
| 31 | 31 | # Extracting information from a git repository |
| 32 | 32 | # Provide access to Gitlab::Git library |
| 33 | -gem "gitlab_git", "~> 4.0.0.pre" | |
| 33 | +gem "gitlab_git", "~> 4.0.0" | |
| 34 | 34 | |
| 35 | 35 | # Ruby/Rack Git Smart-HTTP Server Handler |
| 36 | 36 | gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' | ... | ... |
Gemfile.lock
| ... | ... | @@ -195,7 +195,7 @@ GEM |
| 195 | 195 | gitlab-pygments.rb (0.5.4) |
| 196 | 196 | posix-spawn (~> 0.3.6) |
| 197 | 197 | yajl-ruby (~> 1.1.0) |
| 198 | - gitlab_git (4.0.0.pre) | |
| 198 | + gitlab_git (4.0.0) | |
| 199 | 199 | activesupport (~> 4.0.0) |
| 200 | 200 | gitlab-grit (~> 2.6.1) |
| 201 | 201 | gitlab-linguist (~> 2.9.5) |
| ... | ... | @@ -594,7 +594,7 @@ DEPENDENCIES |
| 594 | 594 | gitlab-grack (~> 2.0.0.pre) |
| 595 | 595 | gitlab-linguist (~> 2.9.6) |
| 596 | 596 | gitlab-pygments.rb (~> 0.5.4) |
| 597 | - gitlab_git (~> 4.0.0.pre) | |
| 597 | + gitlab_git (~> 4.0.0) | |
| 598 | 598 | gitlab_meta (= 6.0) |
| 599 | 599 | gitlab_omniauth-ldap (= 1.0.3) |
| 600 | 600 | gon! | ... | ... |