Update truncato gem
What does this MR do and why?
The truncato gem us used in the simple_search_highlight_and_truncate method to format search
results in global search, but it's currently mangling non-ASCII characters. @terrichu discovered that this bug in the library has been fixed in a patch version, so we can address this problem by simply updating the gem.
References
Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.
- Closes #517451 (closed)
- #512691 (closed)
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
| Before | After |
|---|---|
![]() |
![]() |
How to set up and validate locally
- Check out this branch
- In the GDK, ensure there is a user with an accented character (for example,
í) in their name - Go to
/searchin the GDK and search for that user - The accented character(s) in the user's name will display correctly
- You can repeat steps 2-4 for milestones, projects, and issues with accents in their name

