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

ruby-changes:62516

From: Hiroshi <ko1@a...>
Date: Mon, 3 Aug 2020 18:33:41 +0900 (JST)
Subject: [ruby-changes:62516] e732d376af (master): [ruby/cgi] Drop to Ruby 2.4

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

From e732d376affbf0fea8910ece53338cce57c25ad4 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Fri, 27 Mar 2020 11:07:26 +0900
Subject: [ruby/cgi] Drop to Ruby 2.4

https://github.com/ruby/cgi/commit/8a86536e94

diff --git a/lib/cgi/cgi.gemspec b/lib/cgi/cgi.gemspec
index 57dd346..fbdec5d 100644
--- a/lib/cgi/cgi.gemspec
+++ b/lib/cgi/cgi.gemspec
@@ -17,6 +17,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/lib/cgi/cgi.gemspec#L17
   spec.description   = %q{Support for the Common Gateway Interface protocol.}
   spec.homepage      = "https://github.com/ruby/cgi"
   spec.license       = "BSD-2-Clause"
+  spec.required_ruby_version = ">= 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/

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