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 26aa6bd commit 4c68eafCopy full SHA for 4c68eaf
cfpropertylist.gemspec
@@ -16,6 +16,11 @@ Gem::Specification.new do |s|
16
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.0.0')
17
s.add_runtime_dependency("rexml") # no longer bundled with Ruby 3
18
end
19
+
20
+ if Gem::Version::new(RUBY_VERSION) >= Gem::Version::new('3.4.0')
21
+ s.add_runtime_dependency("nkf") # will no longer bundled with Ruby >= 3.4
22
+ end
23
24
s.add_development_dependency("libxml-ruby")
25
s.add_development_dependency("minitest")
26
s.add_development_dependency("nokogiri")
0 commit comments