diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-09-16 13:33:34 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-09-16 13:33:34 +0300 |
commit | 9c629a1ebc642bfeec9f8cc7379613b1acf7817b (patch) | |
tree | 3fe9ebf8be40c5a136f850483f38a7ee6e1ff2f6 /Gemfile | |
parent | 2d31a9f345fd84fc65cac9b429a907e96b4e18b7 (diff) | |
download | gitlab-ce-9c629a1ebc642bfeec9f8cc7379613b1acf7817b.tar.gz |
Update gitlab_git to version 2.2.0. Fixes invalid diff in Compare
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ gem 'omniauth-github' # Extracting information from a git repository # Provide access to Gitlab::Git library -gem "gitlab_git", '2.1.1' +gem "gitlab_git", '2.2.0' # Ruby/Rack Git Smart-HTTP Server Handler gem 'gitlab-grack', '~> 1.0.1', require: 'grack' |