diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-29 18:10:41 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-29 18:10:41 +0300 |
commit | 331a4675feda69ae5c341d2d8c5b386ec58f6562 (patch) | |
tree | 85710d05ecfca93b0c4b6ede9302931440a5c4ad /Gemfile | |
parent | 2d842b61af824d874895d5bb1b77453bb44a0e31 (diff) | |
download | gitlab-ce-331a4675feda69ae5c341d2d8c5b386ec58f6562.tar.gz |
Fix download repo featire
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ gem 'omniauth-shibboleth' # Extracting information from a git repository # Provide access to Gitlab::Git library -gem "gitlab_git", '7.0.0.rc3' +gem "gitlab_git", '7.0.0.rc5' # Ruby/Rack Git Smart-HTTP Server Handler gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' |