Commit 251945e2 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

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

parent 2ab782ae
...@@ -26,7 +26,7 @@ gem 'omniauth-github' ...@@ -26,7 +26,7 @@ gem 'omniauth-github'
gem 'gitlab_git', '~> 1.3.0' gem 'gitlab_git', '~> 1.3.0'
# 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"
......
...@@ -154,7 +154,7 @@ GEM ...@@ -154,7 +154,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)
...@@ -541,7 +541,7 @@ DEPENDENCIES ...@@ -541,7 +541,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.3.0) gitlab_git (~> 1.3.0)
gitlab_meta (= 5.0) gitlab_meta (= 5.0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment