Skip to content

Use AwardEmoji constants for thumbs (ruby)

Brett Walker requested to merge bw-refactor-ruby-thumbs into master

What does this MR do and why?

Update to Unicode 15.1 emojis from tanuki_emoji... (!166790) will be renaming the emoji thumbsup and thumbsdown to thumbs_up/thumbs_down.

This affects a lot of code and specs. So use AwardEmoji::THUMBS_UP and AwardEmoji::THUMBS_DOWN to isolate these changes.

This MR handles the Ruby changes, another MR will handle the JS changes.

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.

Edited by Brett Walker

Merge request reports

Loading