ruby-changes:67095
From: aycabta <ko1@a...>
Date: Tue, 10 Aug 2021 02:38:57 +0900 (JST)
Subject: [ruby-changes:67095] d8eeee97ce (master): [ruby/rdoc] Move dev dependency of gettext to Gemfile
https://git.ruby-lang.org/ruby.git/commit/?id=d8eeee97ce From d8eeee97ce162aff42a05f36a459074b9f61e11c Mon Sep 17 00:00:00 2001 From: aycabta <aycabta@g...> Date: Mon, 9 Aug 2021 20:37:49 +0900 Subject: [ruby/rdoc] Move dev dependency of gettext to Gemfile https://github.com/ruby/rdoc/commit/a177377b6f --- lib/rdoc/Gemfile | 1 + lib/rdoc/rdoc.gemspec | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rdoc/Gemfile b/lib/rdoc/Gemfile index 83a4863..9d3931c 100644 --- a/lib/rdoc/Gemfile +++ b/lib/rdoc/Gemfile @@ -9,4 +9,5 @@ group :development do https://github.com/ruby/ruby/blob/trunk/lib/rdoc/Gemfile#L9 gem 'test-unit' gem 'minitest' # for test_rdoc_rubygems_hook.rb gem 'rubocop' + gem 'gettext' end diff --git a/lib/rdoc/rdoc.gemspec b/lib/rdoc/rdoc.gemspec index 75f8534..525a15f 100644 --- a/lib/rdoc/rdoc.gemspec +++ b/lib/rdoc/rdoc.gemspec @@ -246,5 +246,4 @@ RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentat https://github.com/ruby/ruby/blob/trunk/lib/rdoc/rdoc.gemspec#L246 s.required_rubygems_version = Gem::Requirement.new(">= 2.2") s.add_dependency 'psych', '>= 4.0.0' - s.add_development_dependency("gettext") end -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/