File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1659,6 +1659,8 @@ test-bundler-prepare: $(TEST_RUNNABLE)-test-bundler-prepare
16591659no-test-bundler-prepare: no-test-bundler-precheck
16601660yes-test-bundler-prepare: yes-test-bundler-precheck
16611661 $(ACTIONS_GROUP)
1662+ $(XRUBY) -C "$(srcdir)" bin/gem install --no-document \
1663+ --install-dir .bundle --conservative "zeitwerk"
16621664 $(XRUBY) -C $(srcdir) -Ilib \
16631665 -e 'ENV["GEM_HOME"] = File.expand_path(".bundle")' \
16641666 -e 'ENV["BUNDLE_APP_CONFIG"] = File.expand_path(".bundle")' \
Original file line number Diff line number Diff line change 1313gem "builder" , "~> 3.2"
1414gem "rb_sys"
1515gem "rubygems-generate_index" , "~> 1.1"
16-
17- # for bundled_gems_spec.rb
18- gem "zeitwerk" , "~> 2.7"
You can’t perform that action at this time.
0 commit comments