summaryrefslogtreecommitdiff
path: root/lib/rdoc
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2021-05-24 00:06:46 +0900
committeraycabta <aycabta@gmail.com>2021-06-02 11:35:45 +0900
commit9137caaf457d65bc4c4c05cc0d6e5d6740f669f1 (patch)
tree0d148b40d8236129260c36733c855228386a4c92 /lib/rdoc
parent77e1b477297a48e285d34b21e8d30ab4b46bf90c (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.gemspec1
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