diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-02-10 09:36:31 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-02-10 09:36:31 +0200 |
commit | 8b6a14b5059e4975eb29b565465fbfaf19e6427b (patch) | |
tree | b497351a1fbb194a47e9a5656d967c21fb2fa5e8 /Gemfile | |
parent | 54b892153440935a08e00c63db3ec8a607ae3565 (diff) | |
download | gitlab-ce-8b6a14b5059e4975eb29b565465fbfaf19e6427b.tar.gz |
Bump for 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
@@ -29,7 +29,7 @@ gem 'omniauth-github' # Extracting information from a git repository # Provide access to Gitlab::Git library -gem "gitlab_git", '~> 5.2.0' +gem "gitlab_git", '~> 5.3.0' # Ruby/Rack Git Smart-HTTP Server Handler gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' |