mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[rubygems/rubygems] Follow up to removal of rubyinstaller2 workaround
5b312fd040
This commit is contained in:
parent
ae45a7a952
commit
ab4a25e48e
1 changed files with 2 additions and 2 deletions
|
@ -173,7 +173,7 @@ RSpec.shared_examples "bundle install --standalone" do
|
|||
|
||||
bundle "config set --local path #{bundled_app("bundle")}"
|
||||
|
||||
bundle :install, standalone: true, dir: cwd, env: { "BUNDLER_GEM_DEFAULT_DIR" => system_gem_path.to_s }, load_path: bundled_app
|
||||
bundle :install, standalone: true, dir: cwd, env: { "BUNDLER_GEM_DEFAULT_DIR" => system_gem_path.to_s }
|
||||
|
||||
load_path_lines = bundled_app("bundle/bundler/setup.rb").read.split("\n").select {|line| line.start_with?("$:.unshift") }
|
||||
|
||||
|
@ -204,7 +204,7 @@ RSpec.shared_examples "bundle install --standalone" do
|
|||
|
||||
bundle "lock", dir: cwd
|
||||
|
||||
bundle :install, standalone: true, dir: cwd, env: { "BUNDLER_GEM_DEFAULT_DIR" => system_gem_path.to_s }, load_path: bundled_app
|
||||
bundle :install, standalone: true, dir: cwd, env: { "BUNDLER_GEM_DEFAULT_DIR" => system_gem_path.to_s }
|
||||
end
|
||||
|
||||
load_path_lines = bundled_app("bundle/bundler/setup.rb").read.split("\n").select {|line| line.start_with?("$:.unshift") }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue