summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2021-09-14 13:45:40 +0900
committerHiroshi SHIBATA <[email protected]>2021-09-28 17:31:23 +0900
commitaf68070068e86872014af9e69bae628c78ac26d6 (patch)
tree488dd6ebd44b0881ec61f1f41fd73fda278da1cb
parentf6c32287942ca554a8f422ab19a1336ad9ac1b57 (diff)
[ruby/drb] 6d890ec5979ec72586dd5f66dd8d33f7a9aefd1e was introduced to support only Ruby 2.7+
https://github.com/ruby/drb/commit/bec410d184
-rw-r--r--lib/drb/drb.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/drb/drb.gemspec b/lib/drb/drb.gemspec
index 2afae85fab..c9d7e40a51 100644
--- a/lib/drb/drb.gemspec
+++ b/lib/drb/drb.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.summary = %q{Distributed object system for Ruby}
spec.description = %q{Distributed object system for Ruby}
spec.homepage = "https://github.com/ruby/drb"
- spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
+ spec.required_ruby_version = Gem::Requirement.new(">= 2.7.0")
spec.licenses = ["Ruby", "BSD-2-Clause"]
spec.metadata["homepage_uri"] = spec.homepage