Skip to content

Commit 955be74

Browse files
committed
Merge branch 'charvp/master'
2 parents d371b81 + d98617a commit 955be74

5 files changed

Lines changed: 3142 additions & 2176 deletions

File tree

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/12.1/emoji-test.txt', '-o', t.name
23+
system 'curl', '-fsSL', 'http://unicode.org/Public/emoji/13.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
@@ -36,8 +36,8 @@
3636
output_item.update(
3737
aliases: [description.gsub(/\W+/, '_').downcase],
3838
tags: [],
39-
unicode_version: "12.1",
40-
ios_version: "13.2",
39+
unicode_version: "13.0",
40+
ios_version: "14.0",
4141
)
4242
end
4343
output_item[:skin_tones] = true if emoji_item[:skin_tones]

0 commit comments

Comments
 (0)