Skip to content

Commit

Permalink
Technical/Change runtime dependencies order (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
bestwebua authored Feb 9, 2022
1 parent 9a05c48 commit b694a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion truemail.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| ::File.basename(f) }
spec.require_paths = ['lib']

spec.add_runtime_dependency 'simpleidn', '~> 0.2.1'
spec.add_runtime_dependency 'net-smtp', '~> 0.3.1' if ::RUBY_VERSION >= '3.1.0'
spec.add_runtime_dependency 'simpleidn', '~> 0.2.1'

spec.add_development_dependency 'bundler-audit'
spec.add_development_dependency 'dns_mock'
Expand Down

0 comments on commit b694a3c

Please sign in to comment.