diff options
author | aycabta <[email protected]> | 2021-05-24 00:06:46 +0900 |
---|---|---|
committer | aycabta <[email protected]> | 2021-06-02 11:35:45 +0900 |
commit | 9137caaf457d65bc4c4c05cc0d6e5d6740f669f1 (patch) | |
tree | 0d148b40d8236129260c36733c855228386a4c92 /lib/rdoc | |
parent | 77e1b477297a48e285d34b21e8d30ab4b46bf90c (diff) |
[ruby/rdoc] Add a dependency on psych gem 4.0.0 or newer
https://github.com/ruby/rdoc/commit/ebe185c877
Diffstat (limited to 'lib/rdoc')
-rw-r--r-- | lib/rdoc/rdoc.gemspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rdoc/rdoc.gemspec b/lib/rdoc/rdoc.gemspec index 42befef5a3..75f8534b9e 100644 --- a/lib/rdoc/rdoc.gemspec +++ b/lib/rdoc/rdoc.gemspec @@ -245,5 +245,6 @@ RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentat s.required_ruby_version = Gem::Requirement.new(">= 2.5.0") s.required_rubygems_version = Gem::Requirement.new(">= 2.2") + s.add_dependency 'psych', '>= 4.0.0' s.add_development_dependency("gettext") end |