Skip to content

Commit e5f8583

Browse files
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)] ========================================================================================
1 parent 3c870ce commit e5f8583

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rdoc.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,4 +243,6 @@ RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentat
243243
s.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
244244
s.rubygems_version = "2.5.2"
245245
s.required_rubygems_version = Gem::Requirement.new(">= 2.2")
246+
247+
s.add_development_dependency("gettext")
246248
end

0 commit comments

Comments
 (0)