Skip to content

Commit

Permalink
chore: add net-smtp as runtime dependency on ruby >= 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bla-zz committed Jul 4, 2024
1 parent c5cd1aa commit e43bdd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autobuild.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Gem::Specification.new do |s|
.reject { |f| f.match(%r{^(test|spec|features)/}) }

s.add_runtime_dependency "concurrent-ruby", "~> 1.1"
s.add_runtime_dependency "net-smtp" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.1.0")
s.add_runtime_dependency "pastel", "~> 0.7.0"
s.add_runtime_dependency "rake", "~> 13.0"
s.add_runtime_dependency 'tty-cursor', '~> 0.7.0'
Expand Down

0 comments on commit e43bdd8

Please sign in to comment.