aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-04-08 15:59:55 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-04-08 15:59:55 +0900
commitba3b99b96a4e2421a90a7d57ade5ef016aec73d0 (patch)
tree179c59df214b822ed6570fc6e18f61f81e01d482 /lib/net
parent3e8e4c05059b9e74dbad1f6ee129ba168be716fb (diff)
downloadruby-ba3b99b96a4e2421a90a7d57ade5ef016aec73d0.tar.gz
The current net-http is only works with Ruby 2.6+
Diffstat (limited to 'lib/net')
-rw-r--r--lib/net/http/net-http.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/http/net-http.gemspec b/lib/net/http/net-http.gemspec
index 3a37a431a0..cf3c5bd6a4 100644
--- a/lib/net/http/net-http.gemspec
+++ b/lib/net/http/net-http.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.summary = %q{HTTP client api for Ruby.}
spec.description = %q{HTTP client api for Ruby.}
spec.homepage = "https://github.com/ruby/net-http"
- spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
+ spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0")
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage