mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/rdoc] Add a dependency on psych gem 4.0.0 or newer
https://github.com/ruby/rdoc/commit/ebe185c877
This commit is contained in:
parent
77e1b47729
commit
9137caaf45
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue