diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-30 16:54:56 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-30 16:54:56 +0300 |
commit | 2b88c9cd15d79ff755cea501d5d6fb511538de73 (patch) | |
tree | 8f12ba726727896cce42abc753d80ccc82d4edf4 /Gemfile | |
parent | 6fa81e5d58b29f485a449cf896e0bb31d83a6ad1 (diff) | |
download | gitlab-ce-2b88c9cd15d79ff755cea501d5d6fb511538de73.tar.gz |
Bump gitlab_git
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.rc6' +gem "gitlab_git", '7.0.0.rc7' # Ruby/Rack Git Smart-HTTP Server Handler gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' |