diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-02-12 12:54:49 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-02-12 12:54:49 +0200 |
commit | 0bcabdaf8330d0a260d95ee8435170fa7258eb98 (patch) | |
tree | 4f7174e73150e65b6d45c0793ccc97d217c4abd6 /Gemfile | |
parent | bb44a7a25d5c9efbf50ebb47b3b6a29adc97a1bc (diff) | |
download | gitlab-ce-0bcabdaf8330d0a260d95ee8435170fa7258eb98.tar.gz |
Use gitlab_git 5.4.0 without BROKEN_DIFF constant
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.3.0' +gem "gitlab_git", '~> 5.4.0' # Ruby/Rack Git Smart-HTTP Server Handler gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' |