Update gitlab-grack. Fixes issue with --depth option
This commit is contained in:
parent
2ab782ae37
commit
251945e2e5
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -26,7 +26,7 @@ gem 'omniauth-github'
|
|||
gem 'gitlab_git', '~> 1.3.0'
|
||||
|
||||
# Ruby/Rack Git Smart-HTTP Server Handler
|
||||
gem 'gitlab-grack', '~> 1.0.0', require: 'grack'
|
||||
gem 'gitlab-grack', '~> 1.0.1', require: 'grack'
|
||||
|
||||
# LDAP Auth
|
||||
gem 'gitlab_omniauth-ldap', '1.0.2', require: "omniauth-ldap"
|
||||
|
|
|
@ -154,7 +154,7 @@ GEM
|
|||
pygments.rb (~> 0.4.2)
|
||||
sanitize (~> 2.0.3)
|
||||
stringex (~> 1.5.1)
|
||||
gitlab-grack (1.0.0)
|
||||
gitlab-grack (1.0.1)
|
||||
rack (~> 1.4.1)
|
||||
gitlab-grit (2.5.1)
|
||||
charlock_holmes (~> 0.6.9)
|
||||
|
@ -541,7 +541,7 @@ DEPENDENCIES
|
|||
github-linguist
|
||||
github-markup (~> 0.7.4)
|
||||
gitlab-gollum-lib (~> 1.0.0)
|
||||
gitlab-grack (~> 1.0.0)
|
||||
gitlab-grack (~> 1.0.1)
|
||||
gitlab-pygments.rb (~> 0.3.2)
|
||||
gitlab_git (~> 1.3.0)
|
||||
gitlab_meta (= 5.0)
|
||||
|
|
Loading…
Reference in a new issue