diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-11-18 16:43:24 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-11-18 17:51:39 +0200 |
commit | 7fb3b908ed825282a2b540e514a92a6cd8e267c5 (patch) | |
tree | 645ae2d33ece61453c81cf01cc5e97662e0c40fe /Gemfile | |
parent | 435128171ddf41025f410429b8a639a368e77582 (diff) | |
download | gitlab-ce-7fb3b908ed825282a2b540e514a92a6cd8e267c5.tar.gz |
Bump gitlab_git with new rugged
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.rc11' +gem "gitlab_git", '7.0.0.rc12' # Ruby/Rack Git Smart-HTTP Server Handler gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' |