Skip to content

Commit

Permalink
Fix to remove unnecessary conditions for gem dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
taketo1113 committed Dec 25, 2024
1 parent b51c920 commit ba428fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddig.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "resolv", "~> 0.3.0"
spec.add_dependency "base64" if RUBY_VERSION >= '3.3'
spec.add_dependency "base64"
end

0 comments on commit ba428fb

Please sign in to comment.