diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-05 15:50:11 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-05 15:50:11 +0300 |
commit | f1e0d37b15914ce7f17a612c8afb4452a501ecd7 (patch) | |
tree | 697f9b06dcab2e491856b10be1692178d8ca4144 /Gemfile.lock | |
parent | 64457799c5b77fe121374a2c9dbd2ad01d3a3836 (diff) | |
download | gitlab-ce-f1e0d37b15914ce7f17a612c8afb4452a501ecd7.tar.gz |
Its better to load graph with ajax since it requires ~10 seconds for bigger projects to finish up
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index c14d6474828..734c515b52f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -164,7 +164,7 @@ GEM gitlab-pygments.rb (0.3.2) posix-spawn (~> 0.3.6) yajl-ruby (~> 1.1.0) - gitlab_git (1.2.1) + gitlab_git (1.3.0) activesupport (~> 3.2.13) github-linguist (~> 2.3.4) gitlab-grit (~> 2.5.1) @@ -543,7 +543,7 @@ DEPENDENCIES gitlab-gollum-lib (~> 1.0.0) gitlab-grack (~> 1.0.0) gitlab-pygments.rb (~> 0.3.2) - gitlab_git (~> 1.2.1) + gitlab_git (~> 1.3.0) gitlab_meta (= 5.0) gitlab_omniauth-ldap (= 1.0.2) gon |