Skip to content

Commit

Permalink
Remove net-smtp dependency which not related to gem
Browse files Browse the repository at this point in the history
  • Loading branch information
elct9620 committed Nov 7, 2023
1 parent 6f36d62 commit e210394
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion gemfiles/rails6.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ PATH
activemodel (>= 6.1)
activerecord (>= 6.1)
activesupport (>= 6.1)
net-smtp
railties (>= 6.1)
redis

Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails7.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ PATH
activemodel (>= 6.1)
activerecord (>= 6.1)
activesupport (>= 6.1)
net-smtp
railties (>= 6.1)
redis

Expand Down
1 change: 0 additions & 1 deletion rails-letsencrypt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Gem::Specification.new do |s|
s.add_dependency "activesupport", ">= 6.1"
s.add_dependency "acme-client", "~> 2.0.0"
s.add_dependency "redis"
s.add_dependency "net-smtp" if RUBY_VERSION >= '3'

s.add_development_dependency "appraisal"
s.add_development_dependency "rspec-rails"
Expand Down

0 comments on commit e210394

Please sign in to comment.