Commit 58796f38c9fa0bfce2021a0e3a740bec54d718ac
1 parent
5075520f
Exists in
master
and in
4 other branches
gitlab_git up to 1.2.1
Showing
2 changed files
with
4 additions
and
3 deletions
Show diff stats
Gemfile
... | ... | @@ -22,7 +22,8 @@ gem 'omniauth-twitter' |
22 | 22 | gem 'omniauth-github' |
23 | 23 | |
24 | 24 | # Extracting information from a git repository |
25 | -gem 'gitlab_git', '~> 1.2.0' | |
25 | +# Provide access to Gitlab::Git library | |
26 | +gem 'gitlab_git', '~> 1.2.1' | |
26 | 27 | |
27 | 28 | # Ruby/Rack Git Smart-HTTP Server Handler |
28 | 29 | gem 'gitlab-grack', '~> 1.0.0', require: 'grack' | ... | ... |
Gemfile.lock
... | ... | @@ -168,7 +168,7 @@ GEM |
168 | 168 | gitlab-pygments.rb (0.3.2) |
169 | 169 | posix-spawn (~> 0.3.6) |
170 | 170 | yajl-ruby (~> 1.1.0) |
171 | - gitlab_git (1.2.0) | |
171 | + gitlab_git (1.2.1) | |
172 | 172 | activesupport (~> 3.2.13) |
173 | 173 | github-linguist (~> 2.3.4) |
174 | 174 | gitlab-grit (~> 2.5.1) |
... | ... | @@ -512,7 +512,7 @@ DEPENDENCIES |
512 | 512 | gitlab-gollum-lib (~> 1.0.0) |
513 | 513 | gitlab-grack (~> 1.0.0) |
514 | 514 | gitlab-pygments.rb (~> 0.3.2) |
515 | - gitlab_git (~> 1.2.0) | |
515 | + gitlab_git (~> 1.2.1) | |
516 | 516 | gitlab_meta (= 5.0) |
517 | 517 | gitlab_omniauth-ldap (= 1.0.2) |
518 | 518 | gon | ... | ... |