1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[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