[前][次][番号順一覧][スレッド一覧]

ruby-changes:66912

From: Hiroshi <ko1@a...>
Date: Tue, 27 Jul 2021 18:00:51 +0900 (JST)
Subject: [ruby-changes:66912] c3d31377b3 (master): Bump unicode version for Ruby 3.1

https://git.ruby-lang.org/ruby.git/commit/?id=c3d31377b3

From c3d31377b36b905779683ef22e4c27d25ddaa037 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
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(-)

diff --git a/spec/ruby/library/rbconfig/unicode_emoji_version_spec.rb b/spec/ruby/library/rbconfig/unicode_emoji_version_spec.rb
index 80ba831..b7d9c7a 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 https://github.com/ruby/ruby/blob/trunk/spec/ruby/library/rbconfig/unicode_emoji_version_spec.rb#L21
   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.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]