Skip to content

Commit

Permalink
Try fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed May 12, 2022
1 parent 4b0a764 commit 5cf0c28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bundler/spec/realworld/edgecases_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
def rubygems_version(name, requirement)
ruby <<-RUBY
require "#{spec_dir}/support/artifice/vcr"
require "#{entrypoint}"
require "#{entrypoint}/source/rubygems/remote"
require "#{entrypoint}/fetcher"
require "bundler"
require "bundler/source/rubygems/remote"
require "bundler/fetcher"
rubygem = Bundler.ui.silence do
source = Bundler::Source::Rubygems::Remote.new(Bundler::URI("https://rubygems.org"))
fetcher = Bundler::Fetcher.new(source)
Expand Down Expand Up @@ -64,7 +64,7 @@ def rubygems_version(name, requirement)
it "is able to update a top-level dependency when there is a conflict on a shared transitive child" do
# from https://github.com/rubygems/bundler/issues/5031

system_gems "bundler-1.99.0"
pristine_system_gems "bundler-1.99.0"

gemfile <<-G
source "https://rubygems.org"
Expand Down

0 comments on commit 5cf0c28

Please sign in to comment.