Commit ad6bcb1396d764b2f3ce1af63d1d0412d1120d14
1 parent
693878cf
Exists in
master
and in
4 other branches
gitlab_git up to 1.0.4
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
Gemfile
@@ -24,7 +24,7 @@ gem 'omniauth-github' | @@ -24,7 +24,7 @@ gem 'omniauth-github' | ||
24 | # Extracting information from a git repository | 24 | # Extracting information from a git repository |
25 | # We cannot use original git since some bugs | 25 | # We cannot use original git since some bugs |
26 | gem "grit", '~> 2.5.0', git: 'https://github.com/gitlabhq/grit.git', ref: '42297cdcee16284d2e4eff23d41377f52fc28b9d' | 26 | gem "grit", '~> 2.5.0', git: 'https://github.com/gitlabhq/grit.git', ref: '42297cdcee16284d2e4eff23d41377f52fc28b9d' |
27 | -gem 'gitlab_git', '~> 1.0.3' | 27 | +gem 'gitlab_git', '~> 1.0.4' |
28 | 28 | ||
29 | # Ruby/Rack Git Smart-HTTP Server Handler | 29 | # Ruby/Rack Git Smart-HTTP Server Handler |
30 | gem 'gitlab-grack', '~> 1.0.0', require: 'grack' | 30 | gem 'gitlab-grack', '~> 1.0.0', require: 'grack' |
Gemfile.lock
@@ -164,7 +164,7 @@ GEM | @@ -164,7 +164,7 @@ GEM | ||
164 | gitlab-pygments.rb (0.3.2) | 164 | gitlab-pygments.rb (0.3.2) |
165 | posix-spawn (~> 0.3.6) | 165 | posix-spawn (~> 0.3.6) |
166 | yajl-ruby (~> 1.1.0) | 166 | yajl-ruby (~> 1.1.0) |
167 | - gitlab_git (1.0.3) | 167 | + gitlab_git (1.0.4) |
168 | activesupport (~> 3.2.13) | 168 | activesupport (~> 3.2.13) |
169 | github-linguist (~> 2.3.4) | 169 | github-linguist (~> 2.3.4) |
170 | grit (~> 2.5.0) | 170 | grit (~> 2.5.0) |
@@ -506,7 +506,7 @@ DEPENDENCIES | @@ -506,7 +506,7 @@ DEPENDENCIES | ||
506 | github-markup (~> 0.7.4) | 506 | github-markup (~> 0.7.4) |
507 | gitlab-grack (~> 1.0.0) | 507 | gitlab-grack (~> 1.0.0) |
508 | gitlab-pygments.rb (~> 0.3.2) | 508 | gitlab-pygments.rb (~> 0.3.2) |
509 | - gitlab_git (~> 1.0.3) | 509 | + gitlab_git (~> 1.0.4) |
510 | gitlab_meta (= 5.0) | 510 | gitlab_meta (= 5.0) |
511 | gitlab_omniauth-ldap (= 1.0.2) | 511 | gitlab_omniauth-ldap (= 1.0.2) |
512 | gollum-lib (~> 1.0.0) | 512 | gollum-lib (~> 1.0.0) |