aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-05-05 22:52:52 +0900
committergit <svn-admin@ruby-lang.org>2023-05-05 14:01:50 +0000
commit40438fc4d35738cad32d2bb7a0426ee2b1e32ade (patch)
treeb3f99ef89e6bc548a9f613225f7e3e2234840ee2 /lib/rdoc
parentda75560b6c3339c479b9554dd3edb3a691f31682 (diff)
downloadruby-40438fc4d35738cad32d2bb7a0426ee2b1e32ade.tar.gz
[ruby/rdoc] Drop the support for 2.5 or earlier because of CVE-2021-31799
https://github.com/ruby/rdoc/commit/26136138aa
Diffstat (limited to 'lib/rdoc')
-rw-r--r--lib/rdoc/rdoc.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rdoc/rdoc.gemspec b/lib/rdoc/rdoc.gemspec
index 3c96f7deb1..9e925832ea 100644
--- a/lib/rdoc/rdoc.gemspec
+++ b/lib/rdoc/rdoc.gemspec
@@ -226,7 +226,7 @@ RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentat
s.rdoc_options = ["--main", "README.rdoc"]
s.extra_rdoc_files += s.files.grep(%r[\A[^\/]+\.(?:rdoc|md)\z])
- s.required_ruby_version = Gem::Requirement.new(">= 2.5.0")
+ s.required_ruby_version = Gem::Requirement.new(">= 2.6.0")
s.required_rubygems_version = Gem::Requirement.new(">= 2.2")
s.add_dependency 'psych', '>= 4.0.0'