Skip to content

Commit

Permalink
Drop support for ruby 2.6
Browse files Browse the repository at this point in the history
The net-imap dependency requires 2.7.3, to deal with kwargs.
  • Loading branch information
nevans committed Apr 9, 2024
1 parent d8cc256 commit e631221
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
with:
engine: cruby
min_version: 2.6
min_version: 2.7

build:
needs: ruby-versions
Expand Down
2 changes: 1 addition & 1 deletion net-smtp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.description = %q{Simple Mail Transfer Protocol client library for Ruby.}
spec.homepage = "https://github.com/ruby/net-smtp"
spec.licenses = ["Ruby", "BSD-2-Clause"]
spec.required_ruby_version = ">= 2.6.0"
spec.required_ruby_version = ">= 2.7.3"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage
Expand Down

0 comments on commit e631221

Please sign in to comment.