Skip to content
Snippets Groups Projects
Commit f82ec5b9 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

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

parent e414ba2f
No related branches found
No related tags found
2 merge requests!103705 2 stable,!4341Added wiki-page search for 5-2-stable, Fixed issue #4310
This commit is part of merge request !10370. Comments created here will be created in the context of that merge request.
Loading
@@ -26,7 +26,7 @@ gem 'omniauth-github'
Loading
@@ -26,7 +26,7 @@ gem 'omniauth-github'
gem 'gitlab_git', '~> 1.2.1' gem 'gitlab_git', '~> 1.2.1'
   
# Ruby/Rack Git Smart-HTTP Server Handler # 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 # LDAP Auth
gem 'gitlab_omniauth-ldap', '1.0.2', require: "omniauth-ldap" gem 'gitlab_omniauth-ldap', '1.0.2', require: "omniauth-ldap"
Loading
Loading
Loading
@@ -158,7 +158,7 @@ GEM
Loading
@@ -158,7 +158,7 @@ GEM
pygments.rb (~> 0.4.2) pygments.rb (~> 0.4.2)
sanitize (~> 2.0.3) sanitize (~> 2.0.3)
stringex (~> 1.5.1) stringex (~> 1.5.1)
gitlab-grack (1.0.0) gitlab-grack (1.0.1)
rack (~> 1.4.1) rack (~> 1.4.1)
gitlab-grit (2.5.1) gitlab-grit (2.5.1)
charlock_holmes (~> 0.6.9) charlock_holmes (~> 0.6.9)
Loading
@@ -510,7 +510,7 @@ DEPENDENCIES
Loading
@@ -510,7 +510,7 @@ DEPENDENCIES
github-linguist github-linguist
github-markup (~> 0.7.4) github-markup (~> 0.7.4)
gitlab-gollum-lib (~> 1.0.0) gitlab-gollum-lib (~> 1.0.0)
gitlab-grack (~> 1.0.0) gitlab-grack (~> 1.0.1)
gitlab-pygments.rb (~> 0.3.2) gitlab-pygments.rb (~> 0.3.2)
gitlab_git (~> 1.2.1) gitlab_git (~> 1.2.1)
gitlab_meta (= 5.0) gitlab_meta (= 5.0)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment