[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)]
========================================================================================

https://github.com/ruby/rdoc/commit/e5f85839e1
This commit is contained in:
Dorian Marié 2020-07-07 23:50:37 +02:00 коммит произвёл Nobuyoshi Nakada
Родитель 1bd27a7882
Коммит 68e7dc532d
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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