From 8fa7d5929775e178722695e7a7f4809949219d7f Mon Sep 17 00:00:00 2001
From: Chad Lavimoniere <clavimoniere@gitlab.com>
Date: Mon, 24 Feb 2025 16:25:26 -0500
Subject: [PATCH] Update truncato

Bumping the version of Truncato fixes a problem with mangled non-ASCII
characters in the `simple_search_highlight_and_truncate` method.

Changelog: fixed
---
 Gemfile           | 2 +-
 Gemfile.lock      | 2 +-
 Gemfile.next.lock | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Gemfile b/Gemfile
index 1949a156843c3..5cc60775a0929 100644
--- a/Gemfile
+++ b/Gemfile
@@ -265,7 +265,7 @@ gem 'asciidoctor-include-ext', '~> 0.4.0', require: false, feature_category: :ma
 gem 'asciidoctor-plantuml', '~> 0.0.16', feature_category: :markdown
 gem 'asciidoctor-kroki', '~> 0.10.0', require: false, feature_category: :markdown
 gem 'rouge', '~> 4.5.0', feature_category: :shared
-gem 'truncato', '~> 0.7.12', feature_category: :team_planning
+gem 'truncato', '~> 0.7.13', feature_category: :team_planning
 gem 'nokogiri', '~> 1.18', feature_category: :shared
 gem 'gitlab-glfm-markdown', '~> 0.0.21', feature_category: :markdown
 gem 'tanuki_emoji', '~> 0.13', feature_category: :markdown
diff --git a/Gemfile.lock b/Gemfile.lock
index 182538de138da..e734625a59ec7 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -2341,7 +2341,7 @@ DEPENDENCIES
   thrift (>= 0.16.0)
   timfel-krb5-auth (~> 0.8)
   toml-rb (~> 2.2.0)
-  truncato (~> 0.7.12)
+  truncato (~> 0.7.13)
   tty-prompt (~> 0.23)
   typhoeus (~> 1.4.0)
   undercover (~> 0.6.0)
diff --git a/Gemfile.next.lock b/Gemfile.next.lock
index 55cba922a609d..b1fb0c699a0c9 100644
--- a/Gemfile.next.lock
+++ b/Gemfile.next.lock
@@ -2376,7 +2376,7 @@ DEPENDENCIES
   thrift (>= 0.16.0)
   timfel-krb5-auth (~> 0.8)
   toml-rb (~> 2.2.0)
-  truncato (~> 0.7.12)
+  truncato (~> 0.7.13)
   tty-prompt (~> 0.23)
   typhoeus (~> 1.4.0)
   undercover (~> 0.6.0)
-- 
GitLab