aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-03-26 19:03:31 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-11 12:39:31 +0900
commit44581d98bb2f6bd96a07f9fe335bf70de8d82302 (patch)
tree4c3db6667369a73b92e6aa5d4a0c4185e305a96b
parentaa8ca03f3991e76ea184ee3bca16b1726c15fdab (diff)
downloadruby-44581d98bb2f6bd96a07f9fe335bf70de8d82302.tar.gz
[ruby/net-imap] Drop to Ruby 2.4
https://github.com/ruby/net-imap/commit/c3256e3848
-rw-r--r--lib/net/imap/net-imap.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/imap/net-imap.gemspec b/lib/net/imap/net-imap.gemspec
index 227bb65ac2..696ec79ae7 100644
--- a/lib/net/imap/net-imap.gemspec
+++ b/lib/net/imap/net-imap.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.summary = %q{Ruby client api for Internet Message Access Protocol}
spec.description = %q{Ruby client api for Internet Message Access Protocol}
spec.homepage = "https://github.com/ruby/net-imap"
- spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
+ spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0")
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage