We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab21f5 commit 1d903b7Copy full SHA for 1d903b7
1 file changed
lib/net/http/net-http.gemspec
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
21
spec.summary = %q{HTTP client api for Ruby.}
22
spec.description = %q{HTTP client api for Ruby.}
23
spec.homepage = "https://github.com/ruby/net-http"
24
- spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0")
+ spec.required_ruby_version = Gem::Requirement.new(">= 2.7.0")
25
spec.licenses = ["Ruby", "BSD-2-Clause"]
26
27
spec.metadata["changelog_uri"] = spec.homepage + "/releases"
0 commit comments