[前][次][番号順一覧][スレッド一覧]

ruby-changes:61667

From: Hiroshi <ko1@a...>
Date: Thu, 11 Jun 2020 12:40:38 +0900 (JST)
Subject: [ruby-changes:61667] 44581d98bb (master): [ruby/net-imap] Drop to Ruby 2.4

https://git.ruby-lang.org/ruby.git/commit/?id=44581d98bb

From 44581d98bb2f6bd96a07f9fe335bf70de8d82302 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Thu, 26 Mar 2020 19:03:31 +0900
Subject: [ruby/net-imap] Drop to Ruby 2.4

https://github.com/ruby/net-imap/commit/c3256e3848

diff --git a/lib/net/imap/net-imap.gemspec b/lib/net/imap/net-imap.gemspec
index 227bb65..696ec79 100644
--- a/lib/net/imap/net-imap.gemspec
+++ b/lib/net/imap/net-imap.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/lib/net/imap/net-imap.gemspec#L13
   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
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]