mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/rdoc] Fix failing test by adding gettext as a development dependency
The failing test was:
========================================================================================
rdoc/test/rdoc/test_rdoc_i18n_locale.rb:35:in `rescue in test_load_existent_po'
Omission: gettext gem is not found [test_load_existent_po(TestRDocI18nLocale)]
========================================================================================
e5f85839e1
This commit is contained in:
parent
1bd27a7882
commit
68e7dc532d
1 changed files with 2 additions and 0 deletions
|
@ -243,4 +243,6 @@ RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentat
|
|||
|
||||
s.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
|
||||
s.required_rubygems_version = Gem::Requirement.new(">= 2.2")
|
||||
|
||||
s.add_development_dependency("gettext")
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue