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

ruby-changes:63867

From: Hiroshi <ko1@a...>
Date: Thu, 3 Dec 2020 17:58:15 +0900 (JST)
Subject: [ruby-changes:63867] e62eb9a3fa (master): [ruby/ipaddr] Relaxed Ruby version for 3.0

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

From e62eb9a3fa627b42eb4445688afc46bd28c0def4 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Thu, 3 Dec 2020 17:33:34 +0900
Subject: [ruby/ipaddr] Relaxed Ruby version for 3.0

https://github.com/ruby/ipaddr/commit/90b46678a5

diff --git a/lib/ipaddr.gemspec b/lib/ipaddr.gemspec
index c794443..4244435 100644
--- a/lib/ipaddr.gemspec
+++ b/lib/ipaddr.gemspec
@@ -20,5 +20,5 @@ Both IPv4 and IPv6 are supported. https://github.com/ruby/ruby/blob/trunk/lib/ipaddr.gemspec#L20
   spec.files         = ["LICENSE.txt", "README.md", "ipaddr.gemspec", "lib/ipaddr.rb"]
   spec.require_paths = ["lib"]
 
-  spec.required_ruby_version = "~> 2.3"
+  spec.required_ruby_version = "> 2.3"
 end
-- 
cgit v0.10.2


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

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