Skip to content

Commit 4f99100

Browse files
Merge pull request #8616 from rubygems/deivid-rodriguez/rubyinstaller2-bis
Follow up to removal of rubyinstaller2 workaround
2 parents 9f98f93 + 5b312fd commit 4f99100

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bundler/spec/install/gems/standalone_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173

174174
bundle "config set --local path #{bundled_app("bundle")}"
175175

176-
bundle :install, standalone: true, dir: cwd, env: { "BUNDLER_GEM_DEFAULT_DIR" => system_gem_path.to_s }, load_path: bundled_app
176+
bundle :install, standalone: true, dir: cwd, env: { "BUNDLER_GEM_DEFAULT_DIR" => system_gem_path.to_s }
177177

178178
load_path_lines = bundled_app("bundle/bundler/setup.rb").read.split("\n").select {|line| line.start_with?("$:.unshift") }
179179

@@ -204,7 +204,7 @@
204204

205205
bundle "lock", dir: cwd
206206

207-
bundle :install, standalone: true, dir: cwd, env: { "BUNDLER_GEM_DEFAULT_DIR" => system_gem_path.to_s }, load_path: bundled_app
207+
bundle :install, standalone: true, dir: cwd, env: { "BUNDLER_GEM_DEFAULT_DIR" => system_gem_path.to_s }
208208
end
209209

210210
load_path_lines = bundled_app("bundle/bundler/setup.rb").read.split("\n").select {|line| line.start_with?("$:.unshift") }

0 commit comments

Comments
 (0)