We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a4a53 commit e54ad08Copy full SHA for e54ad08
library/rbconfig/unicode_emoji_version_spec.rb
@@ -9,9 +9,9 @@
9
end
10
11
# 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"
+ ruby_version_is "4.0" do
+ it "is 17.0" do
+ RbConfig::CONFIG['UNICODE_EMOJI_VERSION'].should == "17.0"
15
16
17
library/rbconfig/unicode_version_spec.rb
- it "is 16.0.0" do
- RbConfig::CONFIG['UNICODE_VERSION'].should == "16.0.0"
+ it "is 17.0.0" do
+ RbConfig::CONFIG['UNICODE_VERSION'].should == "17.0.0"
0 commit comments