From b80275f5ffe092870c102521ddce5764c114f939 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Thu, 23 Jun 2016 09:50:09 -0700 Subject: [PATCH 1/2] Bump gitlab_git to 10.2.1 to fix false truncated warnings with ISO-8559 files Closes #18690 --- CHANGELOG | 1 + Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 032a2be4cd..e168ff9518 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -11,6 +11,7 @@ v 8.9.1 - Fix merge requests project settings help link anchor - Fix GitLab project import issues related to notes and builds - Improve performance of searching repository tags by name by using a memorized tag array + - Fix false truncated warnings with ISO-8559 files - Fix 404 when accessing pipelines as guest user on public projects v 8.9.0 diff --git a/Gemfile.lock b/Gemfile.lock index ba16e4bf33..9074720b57 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -277,7 +277,7 @@ GEM posix-spawn (~> 0.3) gitlab_emoji (0.3.1) gemojione (~> 2.2, >= 2.2.1) - gitlab_git (10.2.0) + gitlab_git (10.2.2) activesupport (~> 4.0) charlock_holmes (~> 0.7.3) github-linguist (~> 4.7.0) From 2237c8883f87a130150ee34c88336db8656967b9 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Thu, 23 Jun 2016 12:53:00 -0700 Subject: [PATCH 2/2] Bump gitlab_git to 10.2.3 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9074720b57..ce52985bd4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -277,7 +277,7 @@ GEM posix-spawn (~> 0.3) gitlab_emoji (0.3.1) gemojione (~> 2.2, >= 2.2.1) - gitlab_git (10.2.2) + gitlab_git (10.2.3) activesupport (~> 4.0) charlock_holmes (~> 0.7.3) github-linguist (~> 4.7.0)