We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1920c9e commit dcc6e15Copy full SHA for dcc6e15
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
8
with:
9
engine: cruby
10
- min_version: 2.6
+ min_version: 2.7
11
12
build:
13
needs: ruby-versions
net-smtp.gemspec
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
17
spec.description = %q{Simple Mail Transfer Protocol client library for Ruby.}
18
spec.homepage = "https://github.com/ruby/net-smtp"
19
spec.licenses = ["Ruby", "BSD-2-Clause"]
20
- spec.required_ruby_version = ">= 2.6.0"
+ spec.required_ruby_version = ">= 2.7.3"
21
22
spec.metadata["homepage_uri"] = spec.homepage
23
spec.metadata["source_code_uri"] = spec.homepage
0 commit comments