[ruby/rdoc] Move dev dependency of gettext to Gemfile

a177377b6f
This commit is contained in:
aycabta 2021-08-09 20:37:49 +09:00
parent 638c72e162
commit d8eeee97ce
2 changed files with 1 additions and 1 deletions

View file

@ -9,4 +9,5 @@ group :development do
gem 'test-unit'
gem 'minitest' # for test_rdoc_rubygems_hook.rb
gem 'rubocop'
gem 'gettext'
end