We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfba263 commit 35d39c2Copy full SHA for 35d39c2
1 file changed
common.mk
@@ -1580,7 +1580,7 @@ yes-test-bundled-gems-precheck: $(PRECHECK_BUNDLED_GEMS:yes=main)
1580
no-test-bundled-gems-precheck:
1581
1582
yes-update-default-gemspecs no-update-default-gemspecs: update-default-gemspecs
1583
-update-default-gemspecs: $(PREP)
+update-default-gemspecs: $(PREP) $(RBCONFIG)
1584
@$(MAKEDIRS) $(srcdir)/.bundle/specifications
1585
$(Q)$(MINIRUBY) -W0 -C "$(srcdir)" -I tool/lib -roptparse -routput -rbundled_gem \
1586
-e "(out = Output.new).def_options(ARGV.options)" \
0 commit comments