Skip to content

Commit

Permalink
[rubygems/rubygems] Fix Bundler daily CI
Browse files Browse the repository at this point in the history
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.

rubygems/rubygems@d2488199b0
  • Loading branch information
deivid-rodriguez authored and hsbt committed Jan 11, 2024
1 parent a6761d0 commit 7dd834c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/bundler/commands/update_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1380,7 +1380,7 @@
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
Expand Down

0 comments on commit 7dd834c

Please sign in to comment.