summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-11 13:52:55 -0700
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-11 13:52:55 -0700
commit5c4f567ea021a48fa53ef6c1b235775ec511fe09 (patch)
treebfadfa3f92229ead274d56c5bab7e4aed35fcc78 /Gemfile
parent88e4aed9df812eee9af2f27a975eeac894580042 (diff)
downloadgitlab-ce-5c4f567ea021a48fa53ef6c1b235775ec511fe09.tar.gz
Bump gitlab_git to v7.1.0. It should fix a lot of encoding issues
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 462c932584d..77480262487 100644
--- a/Gemfile
+++ b/Gemfile
@@ -39,7 +39,7 @@ gem "browser"
# Extracting information from a git repository
# Provide access to Gitlab::Git library
-gem "gitlab_git", '7.0.1'
+gem "gitlab_git", '7.1.0'
# Ruby/Rack Git Smart-HTTP Server Handler
gem 'gitlab-grack', '~> 2.0.0.rc2', require: 'grack'