mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Added bundler for test-bundled-gems
dependency.
rake, did_you_mean, test-unit depends on bundler. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61645 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b9ca126577
commit
707ab2c848
1 changed files with 1 additions and 1 deletions
|
@ -1174,7 +1174,7 @@ test-bundled-gems-fetch: $(PREP)
|
|||
|
||||
test-bundled-gems-prepare: test-bundled-gems-precheck test-bundled-gems-fetch
|
||||
$(XRUBY) -C "$(srcdir)" bin/gem install --no-ri --no-rdoc \
|
||||
--install-dir .bundle --conservative "minitest:~> 5" 'test-unit' 'rake' 'hoe' 'yard' 'pry' 'packnga'
|
||||
--install-dir .bundle --conservative "bundler" "minitest:~> 5" 'test-unit' 'rake' 'hoe' 'yard' 'pry' 'packnga'
|
||||
|
||||
PREPARE_BUNDLED_GEMS = test-bundled-gems-prepare
|
||||
test-bundled-gems: $(TEST_RUNNABLE)-test-bundled-gems
|
||||
|
|
Loading…
Add table
Reference in a new issue