Skip to content

Commit

Permalink
We can test bundled gems without default gems installation
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Feb 16, 2024
1 parent 62ab933 commit 38cc9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.mk
Expand Up @@ -1563,7 +1563,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 "hoe" "json-schema" "test-unit-rr" "ipaddr" "forwardable" "singleton" "ruby2_keywords"
--install-dir .bundle --conservative "hoe" "json-schema" "test-unit-rr"
$(ACTIONS_ENDGROUP)

PREPARE_BUNDLED_GEMS = test-bundled-gems-prepare
Expand Down

0 comments on commit 38cc9da

Please sign in to comment.