From ef6c06c0f3341d9508693930af4979659d6a4b63 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Thu, 27 Aug 2015 13:07:14 -0700 Subject: Upgrade gitlab_git to 7.2.15 to fix `git blame` errors with ISO-encoded files Closes https://github.com/gitlabhq/gitlabhq/issues/9577 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 4696a961e82..e1b9ede17ba 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ gem "browser", '~> 1.0.0' # Extracting information from a git repository # Provide access to Gitlab::Git library -gem "gitlab_git", '~> 7.2.14' +gem "gitlab_git", '~> 7.2.15' # Ruby/Rack Git Smart-HTTP Server Handler # GitLab fork with a lot of changes (improved thread-safety, better memory usage etc) -- cgit v1.2.3