Skip to content

Commit

Permalink
Drop the support for 2.5 or earlier because of CVE-2021-31799
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed May 5, 2023
1 parent ce32a31 commit 2613613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdoc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 2613613

Please sign in to comment.