Skip to content

Commit 5c70765

Browse files
committed
Download gems that are not present, like net-imap dependencies
Some of those dependencies are part of Ruby already, so they aren't installed locally. If we use local bundler will skip downloading them but will not be able to find them anyway, failing.
1 parent 3e582ea commit 5c70765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/support/acceptance_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ def exec_name
664664

665665
FileUtils.cp_r "#{app.gem_home}/", bundle_path.to_s
666666

667-
app.run! "bundle install --path .bundle --clean --local"
667+
app.run! "bundle install --path .bundle --clean --prefer-local"
668668

669669
assert_speedup do
670670
2.times { assert_success "bundle exec rails runner ''" }

0 commit comments

Comments
 (0)