summaryrefslogtreecommitdiff
path: root/spec/bundler/commands/update_spec.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2023-12-22 22:18:23 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-01-11 13:51:52 +0900
commitf4a347b90f2f4c61641582cd60f3cf15a1e2e979 (patch)
treeee14676bcf1d0e00365002da200b9714d62d02b0 /spec/bundler/commands/update_spec.rb
parent0156b7416cf05880460ec6a3c2cc7b7c2ea863db (diff)
[rubygems/rubygems] Fix Bundler daily CI
There is another place artifice usage was making the copy of vendored http in ruby-core be loaded instead of the one under test. Remove unnecessary usage of artifice. https://github.com/rubygems/rubygems/commit/d2488199b0
Diffstat (limited to 'spec/bundler/commands/update_spec.rb')
-rw-r--r--spec/bundler/commands/update_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/commands/update_spec.rb b/spec/bundler/commands/update_spec.rb
index 59e7c3867c..2bde5a1586 100644
--- a/spec/bundler/commands/update_spec.rb
+++ b/spec/bundler/commands/update_spec.rb
@@ -1380,7 +1380,7 @@ RSpec.describe "bundle update --bundler" do
build_bundler "999.0.0"
end
- install_gemfile <<-G
+ install_gemfile <<-G, artifice: nil, env: { "BUNDLER_IGNORE_DEFAULT_GEM" => "true" }
source "#{file_uri_for(gem_repo4)}"
gem "rack"
G