1
0
Fork 0
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:
Hiroshi SHIBATA 2021-07-27 18:00:32 +09:00
parent 6656309fe2
commit c3d31377b3
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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