Skip to content

Commit

Permalink
[GR-26781] Update unicode emoji ver from 12.0 to 12.1 (#2173)
Browse files Browse the repository at this point in the history
PullRequest: truffleruby/2220
  • Loading branch information
eregon committed Nov 26, 2020
2 parents cb80fe6 + 1ae1629 commit caed4a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Compatibility:
* Comment lines can be placed between fluent dot now (#2004, @ssnickolay).
* Implemented `rb_make_exception`.
* `**kwargs` now accept non-Symbol keys like Ruby 2.7.
* Updated the Unicode Emoji version (#2173, @wildmaples).

Performance:

Expand Down
2 changes: 1 addition & 1 deletion lib/truffle/rbconfig.rb
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ module RbConfig
'target_cpu' => host_cpu,
'target_os' => host_os,
'UNICODE_VERSION' => '12.0.0',
'UNICODE_EMOJI_VERSION' => '12.0',
'UNICODE_EMOJI_VERSION' => '12.1',
'warnflags' => warnflags,
}

Expand Down

0 comments on commit caed4a8

Please sign in to comment.