Skip to content

Commit

Permalink
[ruby/rdoc] Move dev dependency of gettext to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta committed Aug 9, 2021
1 parent 638c72e commit d8eeee9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions lib/rdoc/Gemfile
Expand Up @@ -9,4 +9,5 @@ group :development do
gem 'test-unit'
gem 'minitest' # for test_rdoc_rubygems_hook.rb
gem 'rubocop'
gem 'gettext'
end
1 change: 0 additions & 1 deletion lib/rdoc/rdoc.gemspec
Expand Up @@ -246,5 +246,4 @@ RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentat
s.required_rubygems_version = Gem::Requirement.new(">= 2.2")

s.add_dependency 'psych', '>= 4.0.0'
s.add_development_dependency("gettext")
end

0 comments on commit d8eeee9

Please sign in to comment.