Commit 251945e2e56b52daaeb9c8f71fcea90ba6ad928b
1 parent
2ab782ae
Exists in
master
and in
4 other branches
Update gitlab-grack. Fixes issue with --depth option
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
Gemfile
@@ -26,7 +26,7 @@ gem 'omniauth-github' | @@ -26,7 +26,7 @@ gem 'omniauth-github' | ||
26 | gem 'gitlab_git', '~> 1.3.0' | 26 | gem 'gitlab_git', '~> 1.3.0' |
27 | 27 | ||
28 | # Ruby/Rack Git Smart-HTTP Server Handler | 28 | # Ruby/Rack Git Smart-HTTP Server Handler |
29 | -gem 'gitlab-grack', '~> 1.0.0', require: 'grack' | 29 | +gem 'gitlab-grack', '~> 1.0.1', require: 'grack' |
30 | 30 | ||
31 | # LDAP Auth | 31 | # LDAP Auth |
32 | gem 'gitlab_omniauth-ldap', '1.0.2', require: "omniauth-ldap" | 32 | gem 'gitlab_omniauth-ldap', '1.0.2', require: "omniauth-ldap" |
Gemfile.lock
@@ -154,7 +154,7 @@ GEM | @@ -154,7 +154,7 @@ GEM | ||
154 | pygments.rb (~> 0.4.2) | 154 | pygments.rb (~> 0.4.2) |
155 | sanitize (~> 2.0.3) | 155 | sanitize (~> 2.0.3) |
156 | stringex (~> 1.5.1) | 156 | stringex (~> 1.5.1) |
157 | - gitlab-grack (1.0.0) | 157 | + gitlab-grack (1.0.1) |
158 | rack (~> 1.4.1) | 158 | rack (~> 1.4.1) |
159 | gitlab-grit (2.5.1) | 159 | gitlab-grit (2.5.1) |
160 | charlock_holmes (~> 0.6.9) | 160 | charlock_holmes (~> 0.6.9) |
@@ -541,7 +541,7 @@ DEPENDENCIES | @@ -541,7 +541,7 @@ DEPENDENCIES | ||
541 | github-linguist | 541 | github-linguist |
542 | github-markup (~> 0.7.4) | 542 | github-markup (~> 0.7.4) |
543 | gitlab-gollum-lib (~> 1.0.0) | 543 | gitlab-gollum-lib (~> 1.0.0) |
544 | - gitlab-grack (~> 1.0.0) | 544 | + gitlab-grack (~> 1.0.1) |
545 | gitlab-pygments.rb (~> 0.3.2) | 545 | gitlab-pygments.rb (~> 0.3.2) |
546 | gitlab_git (~> 1.3.0) | 546 | gitlab_git (~> 1.3.0) |
547 | gitlab_meta (= 5.0) | 547 | gitlab_meta (= 5.0) |