We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5cd1aa commit e43bdd8Copy full SHA for e43bdd8
autobuild.gemspec
@@ -24,6 +24,7 @@ Gem::Specification.new do |s|
24
.reject { |f| f.match(%r{^(test|spec|features)/}) }
25
26
s.add_runtime_dependency "concurrent-ruby", "~> 1.1"
27
+ s.add_runtime_dependency "net-smtp" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.1.0")
28
s.add_runtime_dependency "pastel", "~> 0.7.0"
29
s.add_runtime_dependency "rake", "~> 13.0"
30
s.add_runtime_dependency 'tty-cursor', '~> 0.7.0'
0 commit comments