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 | |
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')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,7 +23,7 @@ gem 'omniauth-github' # Extracting information from a git repository # Provide access to Gitlab::Git library -gem 'gitlab_git', '~> 1.2.1' +gem 'gitlab_git', '~> 1.3.0' # Ruby/Rack Git Smart-HTTP Server Handler gem 'gitlab-grack', '~> 1.0.0', require: 'grack' @@ -183,7 +183,7 @@ group :development, :test do gem 'poltergeist', '~> 1.3.0' gem 'spork', '~> 1.0rc' - gem 'jasmine' + gem 'jasmine' end group :test do |