Skip to content

Commit cb5c514

Browse files
committed
Import Emoji 15.0 characters
1 parent ed57eb8 commit cb5c514

File tree

4 files changed

+415
-118
lines changed

4 files changed

+415
-118
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ namespace :db do
2020
end
2121

2222
file 'vendor/unicode-emoji-test.txt' do |t|
23-
system 'curl', '-fsSL', 'http://unicode.org/Public/emoji/14.0/emoji-test.txt', '-o', t.name
23+
system 'curl', '-fsSL', 'http://unicode.org/Public/emoji/15.0/emoji-test.txt', '-o', t.name
2424
end

db/dump.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
output_item.update(
3939
aliases: [I18n.transliterate(description).gsub(/\W+/, '_').downcase],
4040
tags: [],
41-
unicode_version: "14.0",
42-
ios_version: "15.4",
41+
unicode_version: "15.0",
42+
ios_version: "16.4",
4343
)
4444
end
4545
output_item[:skin_tones] = true if emoji_item[:skin_tones]

0 commit comments

Comments
 (0)