зеркало из https://github.com/github/ruby.git
common.mk: --no-ri and --no-rdoc options were removed
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65508 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
eda970cfe2
Коммит
7deb37777a
|
@ -1223,7 +1223,7 @@ test-bundled-gems-fetch: $(PREP)
|
|||
$(Q) $(BASERUBY) -C $(srcdir)/gems ../tool/fetch-bundled_gems.rb src bundled_gems
|
||||
|
||||
test-bundled-gems-prepare: test-bundled-gems-precheck test-bundled-gems-fetch
|
||||
$(XRUBY) -C "$(srcdir)" bin/gem install --no-ri --no-rdoc \
|
||||
$(XRUBY) -C "$(srcdir)" bin/gem install --no-document \
|
||||
--install-dir .bundle --conservative "bundler" "minitest:~> 5" 'test-unit' 'rake' 'hoe' 'yard' 'pry' 'packnga'
|
||||
|
||||
PREPARE_BUNDLED_GEMS = test-bundled-gems-prepare
|
||||
|
|
Загрузка…
Ссылка в новой задаче