Skip to content

Commit bfcbbe6

Browse files
wildmapleschrisseaton
authored andcommitted
Update unicode emoji ver from 12.0 to 12.1
As outlined in ruby/ruby@c54635c08b "This update does not add any new codepoint assignments, it just expands the range of emoji codepoint sequences recommended for public interchange. Depending on how emoji data files are cached, this commit may require manual intervention in some build environments (including some CI systems)."
1 parent 7589239 commit bfcbbe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/truffle/rbconfig.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ module RbConfig
192192
'target_cpu' => host_cpu,
193193
'target_os' => host_os,
194194
'UNICODE_VERSION' => '12.0.0',
195-
'UNICODE_EMOJI_VERSION' => '12.0',
195+
'UNICODE_EMOJI_VERSION' => '12.1',
196196
'warnflags' => warnflags,
197197
}
198198

0 commit comments

Comments
 (0)