Skip to content

Commit 1d903b7

Browse files
taketo1113matzbot
authored andcommitted
[ruby/net-http] Drop support for Ruby 2.6
ruby/net-http@a3a5bc45f6
1 parent 2ab21f5 commit 1d903b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/net/http/net-http.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121
spec.summary = %q{HTTP client api for Ruby.}
2222
spec.description = %q{HTTP client api for Ruby.}
2323
spec.homepage = "https://github.com/ruby/net-http"
24-
spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0")
24+
spec.required_ruby_version = Gem::Requirement.new(">= 2.7.0")
2525
spec.licenses = ["Ruby", "BSD-2-Clause"]
2626

2727
spec.metadata["changelog_uri"] = spec.homepage + "/releases"

0 commit comments

Comments
 (0)