Commit 687cd9fa5bb662302dee85388db28a94b73beafb
1 parent
05ef996e
Exists in
master
and in
4 other branches
Update gitlab_git to version 2.3.1
Showing
2 changed files
with
4 additions
and
4 deletions
Show diff stats
Gemfile
| ... | ... | @@ -23,7 +23,7 @@ gem 'omniauth-github' |
| 23 | 23 | |
| 24 | 24 | # Extracting information from a git repository |
| 25 | 25 | # Provide access to Gitlab::Git library |
| 26 | -gem "gitlab_git", '2.2.0' | |
| 26 | +gem "gitlab_git", '2.3.1' | |
| 27 | 27 | |
| 28 | 28 | # Ruby/Rack Git Smart-HTTP Server Handler |
| 29 | 29 | gem 'gitlab-grack', '~> 1.0.1', require: 'grack' | ... | ... |
Gemfile.lock
| ... | ... | @@ -179,7 +179,7 @@ GEM |
| 179 | 179 | gitlab-pygments.rb (0.3.2) |
| 180 | 180 | posix-spawn (~> 0.3.6) |
| 181 | 181 | yajl-ruby (~> 1.1.0) |
| 182 | - gitlab_git (2.2.0) | |
| 182 | + gitlab_git (2.3.1) | |
| 183 | 183 | activesupport (~> 3.2.13) |
| 184 | 184 | github-linguist (~> 2.3.4) |
| 185 | 185 | gitlab-grit (~> 2.6.0) |
| ... | ... | @@ -421,7 +421,7 @@ GEM |
| 421 | 421 | rspec-expectations (~> 2.13.0) |
| 422 | 422 | rspec-mocks (~> 2.13.0) |
| 423 | 423 | ruby-hmac (0.4.0) |
| 424 | - ruby-progressbar (1.1.1) | |
| 424 | + ruby-progressbar (1.2.0) | |
| 425 | 425 | rubyntlm (0.1.1) |
| 426 | 426 | rubyzip (0.9.9) |
| 427 | 427 | safe_yaml (0.9.3) |
| ... | ... | @@ -572,7 +572,7 @@ DEPENDENCIES |
| 572 | 572 | gitlab-gollum-lib (~> 1.0.1) |
| 573 | 573 | gitlab-grack (~> 1.0.1) |
| 574 | 574 | gitlab-pygments.rb (~> 0.3.2) |
| 575 | - gitlab_git (= 2.2.0) | |
| 575 | + gitlab_git (= 2.3.1) | |
| 576 | 576 | gitlab_meta (= 6.0) |
| 577 | 577 | gitlab_omniauth-ldap (= 1.0.3) |
| 578 | 578 | gon | ... | ... |