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
Gemfile
... ... @@ -26,7 +26,7 @@ gem 'omniauth-github'
26 26 gem 'gitlab_git', '~> 1.2.1'
27 27  
28 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 31 # LDAP Auth
32 32 gem 'gitlab_omniauth-ldap', '1.0.2', require: "omniauth-ldap"
... ...
Gemfile.lock
... ... @@ -158,7 +158,7 @@ GEM
158 158 pygments.rb (~> 0.4.2)
159 159 sanitize (~> 2.0.3)
160 160 stringex (~> 1.5.1)
161   - gitlab-grack (1.0.0)
  161 + gitlab-grack (1.0.1)
162 162 rack (~> 1.4.1)
163 163 gitlab-grit (2.5.1)
164 164 charlock_holmes (~> 0.6.9)
... ... @@ -510,7 +510,7 @@ DEPENDENCIES
510 510 github-linguist
511 511 github-markup (~> 0.7.4)
512 512 gitlab-gollum-lib (~> 1.0.0)
513   - gitlab-grack (~> 1.0.0)
  513 + gitlab-grack (~> 1.0.1)
514 514 gitlab-pygments.rb (~> 0.3.2)
515 515 gitlab_git (~> 1.2.1)
516 516 gitlab_meta (= 5.0)
... ...