[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
This commit is contained in:
David Rodríguez 2023-12-22 22:18:23 +01:00 committed by Hiroshi SHIBATA
parent 0156b7416c
commit f4a347b90f

View File

@ -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