Skip to content

Commit

Permalink
avoid a warning for 3.3, too
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Kruse committed Feb 15, 2024
1 parent b8ee659 commit 2f82e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfpropertylist.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
end

# Some gems will no longer bundled with Ruby >= 3.4
if Gem::Version::new(RUBY_VERSION) >= Gem::Version::new('3.4.0')
if Gem::Version::new(RUBY_VERSION) >= Gem::Version::new('3.3.0')
s.add_runtime_dependency("nkf")
s.add_runtime_dependency("base64")
end
Expand Down

0 comments on commit 2f82e46

Please sign in to comment.