about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2021-06-03 16:08:07 +0200
committerGitHub <noreply@github.com>2021-06-03 16:08:07 +0200
commitf6088922c06f3da02e9051b39f3a7111f19298dd (patch)
treec45cbecd7a392d505ee27d29f5d40c48c1d8db59 /lib
parentd6486c969f4530444f7032c6893eaede2f4919e7 (diff)
Update emoji codepoint mappings to v13.1 (#16352)
Diffstat (limited to 'lib')
-rw-r--r--lib/tasks/emojis.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/emojis.rake b/lib/tasks/emojis.rake
index a373e7652..8faa48a95 100644
--- a/lib/tasks/emojis.rake
+++ b/lib/tasks/emojis.rake
@@ -45,7 +45,7 @@ end
 namespace :emojis do
   desc 'Generate a unicode to filename mapping'
   task :generate do
-    source = 'http://www.unicode.org/Public/emoji/12.0/emoji-test.txt'
+    source = 'http://www.unicode.org/Public/emoji/13.1/emoji-test.txt'
     codes  = []
     dest   = Rails.root.join('app', 'javascript', 'mastodon', 'features', 'emoji', 'emoji_map.json')