Commit f82ec5b9f276424fe3f26c8b3bbf6b070e00243f

Authored by Dmitriy Zaporozhets
1 parent e414ba2f

Update gitlab-grack. Fixes issue with --depth option

Showing 2 changed files with 3 additions and 3 deletions   Show diff stats
@@ -26,7 +26,7 @@ gem 'omniauth-github' @@ -26,7 +26,7 @@ gem 'omniauth-github'
26 gem 'gitlab_git', '~> 1.2.1' 26 gem 'gitlab_git', '~> 1.2.1'
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"
@@ -158,7 +158,7 @@ GEM @@ -158,7 +158,7 @@ GEM
158 pygments.rb (~> 0.4.2) 158 pygments.rb (~> 0.4.2)
159 sanitize (~> 2.0.3) 159 sanitize (~> 2.0.3)
160 stringex (~> 1.5.1) 160 stringex (~> 1.5.1)
161 - gitlab-grack (1.0.0) 161 + gitlab-grack (1.0.1)
162 rack (~> 1.4.1) 162 rack (~> 1.4.1)
163 gitlab-grit (2.5.1) 163 gitlab-grit (2.5.1)
164 charlock_holmes (~> 0.6.9) 164 charlock_holmes (~> 0.6.9)
@@ -510,7 +510,7 @@ DEPENDENCIES @@ -510,7 +510,7 @@ DEPENDENCIES
510 github-linguist 510 github-linguist
511 github-markup (~> 0.7.4) 511 github-markup (~> 0.7.4)
512 gitlab-gollum-lib (~> 1.0.0) 512 gitlab-gollum-lib (~> 1.0.0)
513 - gitlab-grack (~> 1.0.0) 513 + gitlab-grack (~> 1.0.1)
514 gitlab-pygments.rb (~> 0.3.2) 514 gitlab-pygments.rb (~> 0.3.2)
515 gitlab_git (~> 1.2.1) 515 gitlab_git (~> 1.2.1)
516 gitlab_meta (= 5.0) 516 gitlab_meta (= 5.0)