diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-10 12:36:22 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-10 12:36:22 +0300 |
commit | 251945e2e56b52daaeb9c8f71fcea90ba6ad928b (patch) | |
tree | a5f16055b1ad8e94f0181417a01fcd51dd706dbb | |
parent | 2ab782ae37c6a9f3efcd68ac9d486eafe1b23f3d (diff) | |
download | gitlab-ce-251945e2e56b52daaeb9c8f71fcea90ba6ad928b.tar.gz |
Update gitlab-grack. Fixes issue with --depth option
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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" diff --git a/Gemfile.lock b/Gemfile.lock index 734c515b52f..91a08e1cf6b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) |