Skip to content

Commit 498c960

Browse files
committed
Install zeitwerk without bundle install
1 parent 29fdb73 commit 498c960

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

common.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1659,6 +1659,8 @@ test-bundler-prepare: $(TEST_RUNNABLE)-test-bundler-prepare
16591659
no-test-bundler-prepare: no-test-bundler-precheck
16601660
yes-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")' \

tool/bundler/test_gems.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,3 @@
1313
gem "builder", "~> 3.2"
1414
gem "rb_sys"
1515
gem "rubygems-generate_index", "~> 1.1"
16-
17-
# for bundled_gems_spec.rb
18-
gem "zeitwerk", "~> 2.7"

0 commit comments

Comments
 (0)