diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-03-05 17:37:00 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-03-05 17:37:00 +0200 |
commit | 1445f4211e54e6f9fed1a79573d1b39c168b1083 (patch) | |
tree | 4636587aaa0d91ec454e799b5f24fd7ffd433dcf /Gemfile | |
parent | d02e129a549190c3bd26ed32eac13dfa62f2844d (diff) | |
download | gitlab-ce-1445f4211e54e6f9fed1a79573d1b39c168b1083.tar.gz |
Update gitlab_git to 5.7
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
@@ -32,7 +32,7 @@ gem 'omniauth-github' # Extracting information from a git repository # Provide access to Gitlab::Git library -gem "gitlab_git", '~> 5.6.0' +gem "gitlab_git", '~> 5.7.0' # Ruby/Rack Git Smart-HTTP Server Handler gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' |