Skip to content

Commit dcc6e15

Browse files
committed
Drop support for ruby 2.6
The net-imap dependency requires 2.7.3, to deal with kwargs.
1 parent 1920c9e commit dcc6e15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
88
with:
99
engine: cruby
10-
min_version: 2.6
10+
min_version: 2.7
1111

1212
build:
1313
needs: ruby-versions

net-smtp.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
1717
spec.description = %q{Simple Mail Transfer Protocol client library for Ruby.}
1818
spec.homepage = "https://github.com/ruby/net-smtp"
1919
spec.licenses = ["Ruby", "BSD-2-Clause"]
20-
spec.required_ruby_version = ">= 2.6.0"
20+
spec.required_ruby_version = ">= 2.7.3"
2121

2222
spec.metadata["homepage_uri"] = spec.homepage
2323
spec.metadata["source_code_uri"] = spec.homepage

0 commit comments

Comments
 (0)