From c3d31377b36b905779683ef22e4c27d25ddaa037 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 27 Jul 2021 18:00:32 +0900 Subject: Bump unicode version for Ruby 3.1 --- spec/ruby/library/rbconfig/unicode_emoji_version_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec') diff --git a/spec/ruby/library/rbconfig/unicode_emoji_version_spec.rb b/spec/ruby/library/rbconfig/unicode_emoji_version_spec.rb index 80ba831fd5..b7d9c7a8e4 100644 --- a/spec/ruby/library/rbconfig/unicode_emoji_version_spec.rb +++ b/spec/ruby/library/rbconfig/unicode_emoji_version_spec.rb @@ -21,8 +21,8 @@ describe "RbConfig::CONFIG['UNICODE_EMOJI_VERSION']" do end ruby_version_is "3.1" do - it "is 13.0 for Ruby 3.1" do - RbConfig::CONFIG['UNICODE_EMOJI_VERSION'].should == "13.0" + it "is 13.1 for Ruby 3.1" do + RbConfig::CONFIG['UNICODE_EMOJI_VERSION'].should == "13.1" end end end -- cgit v1.2.3