Skip to content

Commit

Permalink
Don't install bundled gems for test-bundled-gems and test-syntax-suggest
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jun 13, 2023
1 parent 5d91be7 commit e5cf6b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common.mk
Expand Up @@ -1432,7 +1432,7 @@ no-test-bundled-gems-prepare: no-test-bundled-gems-precheck
yes-test-bundled-gems-prepare: yes-test-bundled-gems-precheck
$(ACTIONS_GROUP)
$(XRUBY) -C "$(srcdir)" bin/gem install --no-document \
--install-dir .bundle --conservative "bundler" "minitest:~> 5" "test-unit" "rake" "hoe" "rexml" "json-schema" "test-unit-rr" "rake-compiler"
--install-dir .bundle --conservative "hoe" "rexml" "json-schema" "test-unit-rr" "rake-compiler"
$(ACTIONS_ENDGROUP)

PREPARE_BUNDLED_GEMS = test-bundled-gems-prepare
Expand All @@ -1456,7 +1456,7 @@ no-test-syntax-suggest-prepare: no-test-syntax-suggest-precheck
yes-test-syntax-suggest-prepare: yes-test-syntax-suggest-precheck
$(ACTIONS_GROUP)
$(XRUBY) -C "$(srcdir)" bin/gem install --no-document \
--install-dir .bundle --conservative "bundler" "rake" "rspec:~> 3"
--install-dir .bundle --conservative "rspec:~> 3"
$(ACTIONS_ENDGROUP)

RSPECOPTS =
Expand Down

0 comments on commit e5cf6b6

Please sign in to comment.