Skip to content

Commit e54ad08

Browse files
ima1zumiheadius
authored andcommitted
[Feature #21275] Bump Unicode version to 17.0.0
1 parent 47a4a53 commit e54ad08

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

library/rbconfig/unicode_emoji_version_spec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
end
1010

1111
# Caution: ruby_version_is means is_or_later
12-
ruby_version_is "3.5" do
13-
it "is 16.0" do
14-
RbConfig::CONFIG['UNICODE_EMOJI_VERSION'].should == "16.0"
12+
ruby_version_is "4.0" do
13+
it "is 17.0" do
14+
RbConfig::CONFIG['UNICODE_EMOJI_VERSION'].should == "17.0"
1515
end
1616
end
1717
end

library/rbconfig/unicode_version_spec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
end
1010

1111
# Caution: ruby_version_is means is_or_later
12-
ruby_version_is "3.5" do
13-
it "is 16.0.0" do
14-
RbConfig::CONFIG['UNICODE_VERSION'].should == "16.0.0"
12+
ruby_version_is "4.0" do
13+
it "is 17.0.0" do
14+
RbConfig::CONFIG['UNICODE_VERSION'].should == "17.0.0"
1515
end
1616
end
1717
end

0 commit comments

Comments
 (0)