mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
[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:
parent
0156b7416c
commit
f4a347b90f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user