mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/rdoc] Drop support for Ruby 2.4
https://github.com/ruby/rdoc/commit/f480b970cc
This commit is contained in:
parent
f18a0b7654
commit
59b327aa58
2 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
|
@ -464,7 +464,7 @@ class TestRDocRDoc < RDoc::TestCase
|
|||
end
|
||||
|
||||
assert_equal file_list, @rdoc.remove_unparseable(file_list)
|
||||
assert_equal file_list, Dir.entries('.') - %w[. ..]
|
||||
assert_equal file_list, Dir.children('.')
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue