aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-05-17 19:33:12 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-05-21 15:53:34 +0900
commit59b327aa58d3f514030b0afb767f11ab6ca0a76d (patch)
tree33eddfa96ac3c705e4f4c691aae36c599d9081b4 /lib/rdoc
parentf18a0b7654d471101b207e7fe553e12a25398e45 (diff)
downloadruby-59b327aa58d3f514030b0afb767f11ab6ca0a76d.tar.gz
[ruby/rdoc] Drop support for Ruby 2.4
https://github.com/ruby/rdoc/commit/f480b970cc
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 7725e40b22..42befef5a3 100644
--- a/lib/rdoc/rdoc.gemspec
+++ b/lib/rdoc/rdoc.gemspec
@@ -242,7 +242,7 @@ RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentat
TODO.rdoc
]
- s.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
+ s.required_ruby_version = Gem::Requirement.new(">= 2.5.0")
s.required_rubygems_version = Gem::Requirement.new(">= 2.2")
s.add_development_dependency("gettext")