Skip to content

Commit

Permalink
mail gem 2.8 is out
Browse files Browse the repository at this point in the history
  • Loading branch information
nov committed Jan 18, 2023
1 parent 514cc80 commit b441ff7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions openid_connect.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ Gem::Specification.new do |s|
s.add_runtime_dependency "swd", "~> 2.0"
s.add_runtime_dependency "webfinger", "~> 2.0"
s.add_runtime_dependency "rack-oauth2", "~> 2.2"
if Gem.ruby_version >= Gem::Version.create(3.1)
# TODO:
# remove "net-smtp" dependency after mail gem 2.8+ (which supports ruby 3.1+) released.
# ref.) https://rubygems.org/gems/mail
s.add_runtime_dependency "net-smtp"
end
s.add_development_dependency "rake"
s.add_development_dependency "rspec"
s.add_development_dependency "rspec-its"
Expand Down

0 comments on commit b441ff7

Please sign in to comment.