Skip to content

Commit

Permalink
Technical/Update default gemspec (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
bestwebua authored Jan 26, 2023
1 parent 8981074 commit 3a96340
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions truemail.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Gem::Specification.new do |spec|
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(bin|lib)/|.ruby-version|truemail.gemspec|LICENSE}) }
spec.require_paths = %w[lib]

spec.add_runtime_dependency 'net-smtp', '~> 0.3.3' if ::Gem::Version.new(::RUBY_VERSION) >= ::Gem::Version.new('3.1.0')
spec.add_runtime_dependency 'simpleidn', '~> 0.2.1'

spec.add_development_dependency 'dns_mock', '~> 1.5', '>= 1.5.15'
Expand Down

0 comments on commit 3a96340

Please sign in to comment.