1
0
Fork 0
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:
Nobuyoshi Nakada 2021-05-17 19:33:12 +09:00
parent f18a0b7654
commit 59b327aa58
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
2 changed files with 2 additions and 2 deletions

View file

@ -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")

View file

@ -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