mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Bump unicode version for Ruby 3.1
This commit is contained in:
parent
6656309fe2
commit
c3d31377b3
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ describe "RbConfig::CONFIG['UNICODE_EMOJI_VERSION']" do
|
||||||
end
|
end
|
||||||
|
|
||||||
ruby_version_is "3.1" do
|
ruby_version_is "3.1" do
|
||||||
it "is 13.0 for Ruby 3.1" do
|
it "is 13.1 for Ruby 3.1" do
|
||||||
RbConfig::CONFIG['UNICODE_EMOJI_VERSION'].should == "13.0"
|
RbConfig::CONFIG['UNICODE_EMOJI_VERSION'].should == "13.1"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue