diff options
author | Arif Ali <mail@arif-ali.co.uk> | 2014-12-30 20:50:08 +0000 |
---|---|---|
committer | Arif Ali <mail@arif-ali.co.uk> | 2014-12-30 21:59:38 +0000 |
commit | 1d8dcfaf8be8679556e1602d0061fc5cdd828845 (patch) | |
tree | bbf17080469c9d815908c8e280c717f9faf1edef /Gemfile | |
parent | 884352294deab0c11845547ce2ab96b60f468458 (diff) | |
download | gitlab-ce-1d8dcfaf8be8679556e1602d0061fc5cdd828845.tar.gz |
fix deleted file display when using new gitlab_git gem, and add new gitlab_git gem
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ gem "browser" # Extracting information from a git repository # Provide access to Gitlab::Git library -gem "gitlab_git", '7.0.0.rc12' +gem "gitlab_git", '7.0.0.rc13' # Ruby/Rack Git Smart-HTTP Server Handler gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' |